Html Css Color HEX #6E90CC Danube

📋 copy color: '#6E90CC'

red 110 ◦ green 144 ◦ blue 204

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

Shades of Danube #6E90CC

Tints of Danube #6E90CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.44%

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

R = 24.02%
G = 31.44%
B = 44.54%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E90CC (or 0x6E90CC) is known color: Danube. HEX triplet: 6E, 90 and CC. RGB value is (110,144,204). Sum of RGB (Red+Green+Blue) = 110+144+204=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E90CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E90CC is #916F33. Grayscale: #8C8C8C. Windows color (decimal): -9531188 or 13406318. OLE color: 13406318.

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

Color convert

RGB 110 144 204 -
CMYK 0.46 0.29 0 0.2
HSL 218.3º 0.48% 0.62% -
HSV(B) 218.3º 0.46% 0.8% -
XYZ 27.3 27.62 61.02 -
YUV 140.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 110 144 204 0.46 0.29 0 0.2 218.3 0.48 0.62
Hex 6E 90 CC 2E 1D 0 14 DA 30 3E
Octal 156 220 314 56 35 0 24 332 60 76
Binary 1101110 10010000 11001100 101110 11101 0 10100 11011010 110000 111110

Color Harmonies of #6E90CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E90CC

Black with #6E90CC

Text Example


Text Example

White with #6E90CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,144,204); }

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

background-color css

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

 a { background-color: rgb(110,144,204); }

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

border-color css

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

 span { border-color: rgb(110,144,204); }

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