Html Css Color HEX #6D90BC Danube

📋 copy color: '#6D90BC'

red 109 ◦ green 144 ◦ blue 188

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

Shades of Danube #6D90BC

Tints of Danube #6D90BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 24.72%
G = 32.65%
B = 42.63%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D90BC (or 0x6D90BC) is known color: Danube. HEX triplet: 6D, 90 and BC. RGB value is (109,144,188). Sum of RGB (Red+Green+Blue) = 109+144+188=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D90BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D90BC is #926F43. Grayscale: #8A8A8A. Windows color (decimal): -9596740 or 12357741. OLE color: 12357741.

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

Color convert

RGB 109 144 188 -
CMYK 0.42 0.23 0 0.26
HSL 213.42º 0.37% 0.58% -
HSV(B) 213.42º 0.42% 0.74% -
XYZ 25.36 26.83 51.42 -
YUV 138.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 109 144 188 0.42 0.23 0 0.26 213.42 0.37 0.58
Hex 6D 90 BC 2A 17 0 1A D5 25 3A
Octal 155 220 274 52 27 0 32 325 45 72
Binary 1101101 10010000 10111100 101010 10111 0 11010 11010101 100101 111010

Color Harmonies of #6D90BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D90BC

Black with #6D90BC

Text Example


Text Example

White with #6D90BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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