Html Css Color HEX #6E8FBE Danube

📋 copy color: '#6E8FBE'

red 110 ◦ green 143 ◦ blue 190

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

Shades of Danube #6E8FBE

Tints of Danube #6E8FBE

RGB

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

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

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

R = 24.83%
G = 32.28%
B = 42.89%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E8FBE (or 0x6E8FBE) is known color: Danube. HEX triplet: 6E, 8F and BE. RGB value is (110,143,190). Sum of RGB (Red+Green+Blue) = 110+143+190=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8FBE is #917041. Grayscale: #8A8A8A. Windows color (decimal): -9531458 or 12488558. OLE color: 12488558.

HSL color Cylindrical-coordinate representation of color #6E8FBE: hue angle of 215.25º 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 #6E8FBE is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 143 190 -
CMYK 0.42 0.25 0 0.25
HSL 215.25º 0.38% 0.59% -
HSV(B) 215.25º 0.42% 0.75% -
XYZ 25.55 26.68 52.52 -
YUV 138.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 110 143 190 0.42 0.25 0 0.25 215.25 0.38 0.59
Hex 6E 8F BE 2A 19 0 19 D7 26 3B
Octal 156 217 276 52 31 0 31 327 46 73
Binary 1101110 10001111 10111110 101010 11001 0 11001 11010111 100110 111011

Color Harmonies of #6E8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8FBE

Black with #6E8FBE

Text Example


Text Example

White with #6E8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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