Html Css Color HEX #6D9CBD Shakespeare

📋 copy color: '#6D9CBD'

red 109 ◦ green 156 ◦ blue 189

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

Shades of Shakespeare #6D9CBD

Tints of Shakespeare #6D9CBD

RGB

 RED value IS 109 (42.97% from 255) = 24.01%

 GREEN value IS 156 (61.33% from 255) = 34.36%

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 24.01%
G = 34.36%
B = 41.63%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D9CBD (or 0x6D9CBD) is known color: Shakespeare. HEX triplet: 6D, 9C and BD. RGB value is (109,156,189). Sum of RGB (Red+Green+Blue) = 109+156+189=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D9CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CBD is #926342. Grayscale: #919191. Windows color (decimal): -9593667 or 12426349. OLE color: 12426349.

HSL color Cylindrical-coordinate representation of color #6D9CBD: hue angle of 204.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D9CBD is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 156 189 -
CMYK 0.42 0.17 0 0.26
HSL 204.75º 0.38% 0.58% -
HSV(B) 204.75º 0.42% 0.74% -
XYZ 27.38 30.7 52.63 -
YUV 145.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 109 156 189 0.42 0.17 0 0.26 204.75 0.38 0.58
Hex 6D 9C BD 2A 11 0 1A CD 26 3A
Octal 155 234 275 52 21 0 32 315 46 72
Binary 1101101 10011100 10111101 101010 10001 0 11010 11001101 100110 111010

Color Harmonies of #6D9CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9CBD

Black with #6D9CBD

Text Example


Text Example

White with #6D9CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,156,189); }

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

background-color css

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

 a { background-color: rgb(109,156,189); }

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

border-color css

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

 span { border-color: rgb(109,156,189); }

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