Html Css Color HEX #6E93CD Danube

📋 copy color: '#6E93CD'

red 110 ◦ green 147 ◦ blue 205

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

Shades of Danube #6E93CD

Tints of Danube #6E93CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 23.81%
G = 31.82%
B = 44.37%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E93CD (or 0x6E93CD) is known color: Danube. HEX triplet: 6E, 93 and CD. RGB value is (110,147,205). Sum of RGB (Red+Green+Blue) = 110+147+205=462 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.81% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E93CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E93CD is #916C32. Grayscale: #8E8E8E. Windows color (decimal): -9530419 or 13472622. OLE color: 13472622.

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

Color convert

RGB 110 147 205 -
CMYK 0.46 0.28 0 0.20
HSL 216.63º 0.49% 0.62% -
HSV(B) 216.63º 0.46% 0.8% -
XYZ 27.88 28.59 61.81 -
YUV 142.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 110 147 205 0.46 0.28 0 0.20 216.63 0.49 0.62
Hex 6E 93 CD 2E 1C 0 14 D9 31 3E
Octal 156 223 315 56 34 0 24 331 61 76
Binary 1101110 10010011 11001101 101110 11100 0 10100 11011001 110001 111110

Color Harmonies of #6E93CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E93CD

Black with #6E93CD

Text Example


Text Example

White with #6E93CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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