Html Css Color HEX #6D9DBE Shakespeare

📋 copy color: '#6D9DBE'

red 109 ◦ green 157 ◦ blue 190

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

Shades of Shakespeare #6D9DBE

Tints of Shakespeare #6D9DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 23.9%
G = 34.43%
B = 41.67%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D9DBE (or 0x6D9DBE) is known color: Shakespeare. HEX triplet: 6D, 9D and BE. RGB value is (109,157,190). Sum of RGB (Red+Green+Blue) = 109+157+190=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D9DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9DBE is #926241. Grayscale: #929292. Windows color (decimal): -9593410 or 12492141. OLE color: 12492141.

HSL color Cylindrical-coordinate representation of color #6D9DBE: hue angle of 204.44º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D9DBE is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 157 190 -
CMYK 0.43 0.17 0 0.25
HSL 204.44º 0.38% 0.59% -
HSV(B) 204.44º 0.43% 0.75% -
XYZ 27.66 31.08 53.26 -
YUV 146.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 109 157 190 0.43 0.17 0 0.25 204.44 0.38 0.59
Hex 6D 9D BE 2B 11 0 19 CC 26 3B
Octal 155 235 276 53 21 0 31 314 46 73
Binary 1101101 10011101 10111110 101011 10001 0 11001 11001100 100110 111011

Color Harmonies of #6D9DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9DBE

Black with #6D9DBE

Text Example


Text Example

White with #6D9DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,157,190); }

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

background-color css

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

 a { background-color: rgb(109,157,190); }

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

border-color css

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

 span { border-color: rgb(109,157,190); }

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