Html Css Color HEX #6B9DAD Shakespeare

📋 copy color: '#6B9DAD'

red 107 ◦ green 157 ◦ blue 173

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

Shades of Shakespeare #6B9DAD

Tints of Shakespeare #6B9DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 24.49%
G = 35.93%
B = 39.59%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B9DAD (or 0x6B9DAD) is known color: Shakespeare. HEX triplet: 6B, 9D and AD. RGB value is (107,157,173). Sum of RGB (Red+Green+Blue) = 107+157+173=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B9DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9DAD is #946252. Grayscale: #8F8F8F. Windows color (decimal): -9724499 or 11378027. OLE color: 11378027.

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

Color convert

RGB 107 157 173 -
CMYK 0.38 0.09 0 0.32
HSL 194.55º 0.29% 0.55% -
HSV(B) 194.55º 0.38% 0.68% -
XYZ 25.66 30.26 44.02 -
YUV 143.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 107 157 173 0.38 0.09 0 0.32 194.55 0.29 0.55
Hex 6B 9D AD 26 9 0 20 C3 1D 37
Octal 153 235 255 46 11 0 40 303 35 67
Binary 1101011 10011101 10101101 100110 1001 0 100000 11000011 11101 110111

Color Harmonies of #6B9DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9DAD

Black with #6B9DAD

Text Example


Text Example

White with #6B9DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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