Color Hex Logo

#6b7288 Color Hex

#6B7288
(107,114,136)
0 Favorites   0 Comments

Color spaces of #6b7288

RGB 107114136
HSL0.630.120.48
HSV226°21°53°
CMYK 0.210.160.00   0.47
XYZ16.524716.938025.6910
Yxy16.93800.27940.2863
Hunter Lab41.1558-0.3521-8.2020
CIE-Lab48.18182.4169-12.9280

#6b7288 color RGB value is (107,114,136).

#6b7288 hex color red value is 107, green value is 114 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #6b7288 hue: 0.63 , saturation: 0.12 and the lightness value of 6b7288 is 0.48.

The process color (four color CMYK) of #6b7288 color hex is 0.21, 0.16, 0.00, 0.47. Web safe color of #6b7288 is #666699. Color #6b7288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01110010 10001000
Octal 153 162 210
Decimal 107 114 136
Hex 6B 72 88

RGB Percentages of Color #6b7288

%29.97
%31.93
%38.10

CMYK Percentages of Color #6b7288

%21
%16
%0
%47

Triadic Colors of #6b7288

#6b7288 #886b72 #72886b

Analogous Colors of #6b7288

#6b7288 #736b88 #6b8188

Monochromatic Colors of #6b7288

#6b7288

Complementary Color

#6b7288 #88816b

#6b7288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b7288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b7288 Color CSS Codes

.mybgcolor {background-color:#6b7288; } 
.myforecolor {color:#6b7288; }
.mybordercolor {border:3px solid #6b7288; }

#6b7288 Text Font Color

<p style="color:#6b7288">Text here</p>

This sample text font color is #6b7288
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6b7288 Background Color

<div style="background-color:#6b7288">
Div content here</div>

This div background color is #6b7288


#6b7288 Border Color

<div style="border:3px solid #6b7288">
Div here</div>

This div border color is #6b7288


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,114,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b7288; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b7288;
  -webkit-box-shadow: 1px 1px 3px 2px #6b7288;
  box-shadow:         1px 1px 3px 2px #6b7288; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,114,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6b7288">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6b7288;
  -webkit-box-shadow: 1px 1px 3px 2px #6b7288;
  box-shadow:         1px 1px 3px 2px #6b7288;">
Div content here</div>

This div box has shadow with color #6b7288


Comments

No comments written yet.

Please login to write comment.