Html Css Color HEX #6B8ECC Danube

📋 copy color: '#6B8ECC'

red 107 ◦ green 142 ◦ blue 204

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

Shades of Danube #6B8ECC

Tints of Danube #6B8ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.35%

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 23.62%
G = 31.35%
B = 45.03%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B8ECC (or 0x6B8ECC) is known color: Danube. HEX triplet: 6B, 8E and CC. RGB value is (107,142,204). Sum of RGB (Red+Green+Blue) = 107+142+204=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B8ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8ECC is #947133. Grayscale: #8A8A8A. Windows color (decimal): -9728308 or 13405803. OLE color: 13405803.

HSL color Cylindrical-coordinate representation of color #6B8ECC: hue angle of 218.35º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B8ECC is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 142 204 -
CMYK 0.48 0.30 0 0.2
HSL 218.35º 0.49% 0.61% -
HSV(B) 218.35º 0.48% 0.8% -
XYZ 26.64 26.83 60.9 -
YUV 138.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 107 142 204 0.48 0.30 0 0.2 218.35 0.49 0.61
Hex 6B 8E CC 30 1E 0 14 DA 31 3D
Octal 153 216 314 60 36 0 24 332 61 75
Binary 1101011 10001110 11001100 110000 11110 0 10100 11011010 110001 111101

Color Harmonies of #6B8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8ECC

Black with #6B8ECC

Text Example


Text Example

White with #6B8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,142,204); }

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

background-color css

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

 a { background-color: rgb(107,142,204); }

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

border-color css

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

 span { border-color: rgb(107,142,204); }

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