Html Css Color HEX #6E92BE Danube

📋 copy color: '#6E92BE'

red 110 ◦ green 146 ◦ blue 190

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

Shades of Danube #6E92BE

Tints of Danube #6E92BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.74%

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 24.66%
G = 32.74%
B = 42.6%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E92BE (or 0x6E92BE) is known color: Danube. HEX triplet: 6E, 92 and BE. RGB value is (110,146,190). Sum of RGB (Red+Green+Blue) = 110+146+190=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E92BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E92BE is #916D41. Grayscale: #8C8C8C. Windows color (decimal): -9530690 or 12489326. OLE color: 12489326.

HSL color Cylindrical-coordinate representation of color #6E92BE: hue angle of 213º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E92BE is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 146 190 -
CMYK 0.42 0.23 0 0.25
HSL 213º 0.38% 0.59% -
HSV(B) 213º 0.42% 0.75% -
XYZ 26 27.59 52.67 -
YUV 140.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 110 146 190 0.42 0.23 0 0.25 213 0.38 0.59
Hex 6E 92 BE 2A 17 0 19 D5 26 3B
Octal 156 222 276 52 27 0 31 325 46 73
Binary 1101110 10010010 10111110 101010 10111 0 11001 11010101 100110 111011

Color Harmonies of #6E92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E92BE

Black with #6E92BE

Text Example


Text Example

White with #6E92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,146,190); }

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

background-color css

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

 a { background-color: rgb(110,146,190); }

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

border-color css

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

 span { border-color: rgb(110,146,190); }

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