Html Css Color HEX #6B9DAE Shakespeare

📋 copy color: '#6B9DAE'

red 107 ◦ green 157 ◦ blue 174

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

Shades of Shakespeare #6B9DAE

Tints of Shakespeare #6B9DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.73%

R = 24.43%
G = 35.84%
B = 39.73%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B9DAE (or 0x6B9DAE) is known color: Shakespeare. HEX triplet: 6B, 9D and AE. RGB value is (107,157,174). Sum of RGB (Red+Green+Blue) = 107+157+174=438 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.43% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B9DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9DAE is #946251. Grayscale: #8F8F8F. Windows color (decimal): -9724498 or 11443563. OLE color: 11443563.

HSL color Cylindrical-coordinate representation of color #6B9DAE: hue angle of 195.22º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B9DAE is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 157 174 -
CMYK 0.39 0.10 0 0.32
HSL 195.22º 0.29% 0.55% -
HSV(B) 195.22º 0.39% 0.68% -
XYZ 25.76 30.3 44.53 -
YUV 143.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 107 157 174 0.39 0.10 0 0.32 195.22 0.29 0.55
Hex 6B 9D AE 27 A 0 20 C3 1D 37
Octal 153 235 256 47 12 0 40 303 35 67
Binary 1101011 10011101 10101110 100111 1010 0 100000 11000011 11101 110111

Color Harmonies of #6B9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9DAE

Black with #6B9DAE

Text Example


Text Example

White with #6B9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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