Html Css Color HEX #6D8FBE Danube

📋 copy color: '#6D8FBE'

red 109 ◦ green 143 ◦ blue 190

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

Shades of Danube #6D8FBE

Tints of Danube #6D8FBE

RGB

 RED value IS 109 (42.97% from 255) = 24.66%

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

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

R = 24.66%
G = 32.35%
B = 42.99%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D8FBE (or 0x6D8FBE) is known color: Danube. HEX triplet: 6D, 8F and BE. RGB value is (109,143,190). Sum of RGB (Red+Green+Blue) = 109+143+190=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8FBE is #927041. Grayscale: #898989. Windows color (decimal): -9596994 or 12488557. OLE color: 12488557.

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

Color convert

RGB 109 143 190 -
CMYK 0.43 0.25 0 0.25
HSL 214.81º 0.38% 0.59% -
HSV(B) 214.81º 0.43% 0.75% -
XYZ 25.42 26.61 52.51 -
YUV 138.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 109 143 190 0.43 0.25 0 0.25 214.81 0.38 0.59
Hex 6D 8F BE 2B 19 0 19 D7 26 3B
Octal 155 217 276 53 31 0 31 327 46 73
Binary 1101101 10001111 10111110 101011 11001 0 11001 11010111 100110 111011

Color Harmonies of #6D8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8FBE

Black with #6D8FBE

Text Example


Text Example

White with #6D8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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