Html Css Color HEX #6D90BA Danube

📋 copy color: '#6D90BA'

red 109 ◦ green 144 ◦ blue 186

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

Shades of Danube #6D90BA

Tints of Danube #6D90BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.8%

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 24.83%
G = 32.8%
B = 42.37%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D90BA (or 0x6D90BA) is known color: Danube. HEX triplet: 6D, 90 and BA. RGB value is (109,144,186). Sum of RGB (Red+Green+Blue) = 109+144+186=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D90BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D90BA is #926F45. Grayscale: #8A8A8A. Windows color (decimal): -9596742 or 12226669. OLE color: 12226669.

HSL color Cylindrical-coordinate representation of color #6D90BA: hue angle of 212.73º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D90BA is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 144 186 -
CMYK 0.41 0.23 0 0.27
HSL 212.73º 0.36% 0.58% -
HSV(B) 212.73º 0.41% 0.73% -
XYZ 25.14 26.74 50.29 -
YUV 138.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 109 144 186 0.41 0.23 0 0.27 212.73 0.36 0.58
Hex 6D 90 BA 29 17 0 1B D5 24 3A
Octal 155 220 272 51 27 0 33 325 44 72
Binary 1101101 10010000 10111010 101001 10111 0 11011 11010101 100100 111010

Color Harmonies of #6D90BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D90BA

Black with #6D90BA

Text Example


Text Example

White with #6D90BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,144,186); }

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

background-color css

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

 a { background-color: rgb(109,144,186); }

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

border-color css

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

 span { border-color: rgb(109,144,186); }

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