Html Css Color HEX #6C91CE Danube

📋 copy color: '#6C91CE'

red 108 ◦ green 145 ◦ blue 206

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

Shades of Danube #6C91CE

Tints of Danube #6C91CE

RGB

 RED value IS 108 (42.58% from 255) = 23.53%

 GREEN value IS 145 (57.03% from 255) = 31.59%

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 23.53%
G = 31.59%
B = 44.88%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C91CE (or 0x6C91CE) is known color: Danube. HEX triplet: 6C, 91 and CE. RGB value is (108,145,206). Sum of RGB (Red+Green+Blue) = 108+145+206=459 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.53% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C91CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C91CE is #936E31. Grayscale: #8C8C8C. Windows color (decimal): -9662002 or 13537644. OLE color: 13537644.

HSL color Cylindrical-coordinate representation of color #6C91CE: hue angle of 217.35º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C91CE is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 145 206 -
CMYK 0.48 0.30 0 0.19
HSL 217.35º 0.5% 0.62% -
HSV(B) 217.35º 0.48% 0.81% -
XYZ 27.45 27.9 62.33 -
YUV 140.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 108 145 206 0.48 0.30 0 0.19 217.35 0.5 0.62
Hex 6C 91 CE 30 1E 0 13 D9 32 3E
Octal 154 221 316 60 36 0 23 331 62 76
Binary 1101100 10010001 11001110 110000 11110 0 10011 11011001 110010 111110

Color Harmonies of #6C91CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C91CE

Black with #6C91CE

Text Example


Text Example

White with #6C91CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,145,206); }

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

background-color css

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

 a { background-color: rgb(108,145,206); }

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

border-color css

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

 span { border-color: rgb(108,145,206); }

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