Html Css Color HEX #6E8ECF Danube

📋 copy color: '#6E8ECF'

red 110 ◦ green 142 ◦ blue 207

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

Shades of Danube #6E8ECF

Tints of Danube #6E8ECF

RGB

 RED value IS 110 (43.36% from 255) = 23.97%

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

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 23.97%
G = 30.94%
B = 45.1%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E8ECF (or 0x6E8ECF) is known color: Danube. HEX triplet: 6E, 8E and CF. RGB value is (110,142,207). Sum of RGB (Red+Green+Blue) = 110+142+207=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E8ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8ECF is #917130. Grayscale: #8B8B8B. Windows color (decimal): -9531697 or 13602414. OLE color: 13602414.

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

Color convert

RGB 110 142 207 -
CMYK 0.47 0.31 0 0.19
HSL 220.21º 0.5% 0.62% -
HSV(B) 220.21º 0.47% 0.81% -
XYZ 27.37 27.17 62.83 -
YUV 139.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 110 142 207 0.47 0.31 0 0.19 220.21 0.5 0.62
Hex 6E 8E CF 2F 1F 0 13 DC 32 3E
Octal 156 216 317 57 37 0 23 334 62 76
Binary 1101110 10001110 11001111 101111 11111 0 10011 11011100 110010 111110

Color Harmonies of #6E8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8ECF

Black with #6E8ECF

Text Example


Text Example

White with #6E8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,142,207); }

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

background-color css

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

 a { background-color: rgb(110,142,207); }

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

border-color css

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

 span { border-color: rgb(110,142,207); }

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