Html Css Color HEX #6E8FBD Danube

📋 copy color: '#6E8FBD'

red 110 ◦ green 143 ◦ blue 189

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

Shades of Danube #6E8FBD

Tints of Danube #6E8FBD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.35%

 BLUE value IS 189 (74.22% from 255) = 42.76%

R = 24.89%
G = 32.35%
B = 42.76%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E8FBD (or 0x6E8FBD) is known color: Danube. HEX triplet: 6E, 8F and BD. RGB value is (110,143,189). Sum of RGB (Red+Green+Blue) = 110+143+189=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E8FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8FBD is #917042. Grayscale: #8A8A8A. Windows color (decimal): -9531459 or 12423022. OLE color: 12423022.

HSL color Cylindrical-coordinate representation of color #6E8FBD: hue angle of 214.94º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E8FBD is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 143 189 -
CMYK 0.42 0.24 0 0.26
HSL 214.94º 0.37% 0.59% -
HSV(B) 214.94º 0.42% 0.74% -
XYZ 25.44 26.63 51.94 -
YUV 138.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 110 143 189 0.42 0.24 0 0.26 214.94 0.37 0.59
Hex 6E 8F BD 2A 18 0 1A D7 25 3B
Octal 156 217 275 52 30 0 32 327 45 73
Binary 1101110 10001111 10111101 101010 11000 0 11010 11010111 100101 111011

Color Harmonies of #6E8FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8FBD

Black with #6E8FBD

Text Example


Text Example

White with #6E8FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,143,189); }

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

background-color css

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

 a { background-color: rgb(110,143,189); }

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

border-color css

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

 span { border-color: rgb(110,143,189); }

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