Html Css Color HEX #6E93CC Danube

📋 copy color: '#6E93CC'

red 110 ◦ green 147 ◦ blue 204

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

Shades of Danube #6E93CC

Tints of Danube #6E93CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

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

R = 23.86%
G = 31.89%
B = 44.25%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E93CC (or 0x6E93CC) is known color: Danube. HEX triplet: 6E, 93 and CC. RGB value is (110,147,204). Sum of RGB (Red+Green+Blue) = 110+147+204=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E93CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E93CC is #916C33. Grayscale: #8E8E8E. Windows color (decimal): -9530420 or 13407086. OLE color: 13407086.

HSL color Cylindrical-coordinate representation of color #6E93CC: hue angle of 216.38º 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 #6E93CC is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 147 204 -
CMYK 0.46 0.28 0 0.2
HSL 216.38º 0.48% 0.62% -
HSV(B) 216.38º 0.46% 0.8% -
XYZ 27.76 28.54 61.17 -
YUV 142.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 110 147 204 0.46 0.28 0 0.2 216.38 0.48 0.62
Hex 6E 93 CC 2E 1C 0 14 D8 30 3E
Octal 156 223 314 56 34 0 24 330 60 76
Binary 1101110 10010011 11001100 101110 11100 0 10100 11011000 110000 111110

Color Harmonies of #6E93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E93CC

Black with #6E93CC

Text Example


Text Example

White with #6E93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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