Html Css Color HEX #6B9DAB Shakespeare

📋 copy color: '#6B9DAB'

red 107 ◦ green 157 ◦ blue 171

#6B9DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #6B9DAB

Tints of Shakespeare #6B9DAB

RGB

 RED value IS 107 (42.19% from 255) = 24.6%

 GREEN value IS 157 (61.72% from 255) = 36.09%

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 24.6%
G = 36.09%
B = 39.31%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B9DAB (or 0x6B9DAB) is known color: Shakespeare. HEX triplet: 6B, 9D and AB. RGB value is (107,157,171). Sum of RGB (Red+Green+Blue) = 107+157+171=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B9DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9DAB is #946254. Grayscale: #8F8F8F. Windows color (decimal): -9724501 or 11246955. OLE color: 11246955.

HSL color Cylindrical-coordinate representation of color #6B9DAB: hue angle of 193.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B9DAB is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 157 171 -
CMYK 0.37 0.08 0 0.33
HSL 193.13º 0.28% 0.55% -
HSV(B) 193.13º 0.37% 0.67% -
XYZ 25.47 30.18 43.01 -
YUV 143.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 107 157 171 0.37 0.08 0 0.33 193.13 0.28 0.55
Hex 6B 9D AB 25 8 0 21 C1 1C 37
Octal 153 235 253 45 10 0 41 301 34 67
Binary 1101011 10011101 10101011 100101 1000 0 100001 11000001 11100 110111

Color Harmonies of #6B9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9DAB

Black with #6B9DAB

Text Example


Text Example

White with #6B9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B9DAB; }

 p { color: rgb(107,157,171); }

 H1.HeaderClassName
 {
   color: #6B9DAB;
 }
 .AnyTagClassName
 {
   color: #6B9DAB;
 }
</style>

background-color css

<style>
 a { background-color: #6B9DAB; }

 a { background-color: rgb(107,157,171); }

 div.DivClassName
 {
   background-color: #6B9DAB;
 }
 .BgClassName
 {
   background-color: #6B9DAB;
 }
</style>

border-color css

<style>
 span { border-color: #6B9DAB; }

 span { border-color: rgb(107,157,171); }

 td.TdClassName
 {
   border-color: #6B9DAB;
 }
 .TagClassName
 {
   border-color: #6B9DAB;
 }
</style>