Html Css Color HEX #6D91D2 Danube

📋 copy color: '#6D91D2'

red 109 ◦ green 145 ◦ blue 210

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

Shades of Danube #6D91D2

Tints of Danube #6D91D2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.25%

 BLUE value IS 210 (82.42% from 255) = 45.26%

R = 23.49%
G = 31.25%
B = 45.26%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6D91D2 (or 0x6D91D2) is known color: Danube. HEX triplet: 6D, 91 and D2. RGB value is (109,145,210). Sum of RGB (Red+Green+Blue) = 109+145+210=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #6D91D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D91D2 is #926E2D. Grayscale: #8D8D8D. Windows color (decimal): -9596462 or 13799789. OLE color: 13799789.

HSL color Cylindrical-coordinate representation of color #6D91D2: hue angle of 218.61º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D91D2 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 145 210 -
CMYK 0.48 0.31 0 0.18
HSL 218.61º 0.53% 0.63% -
HSV(B) 218.61º 0.48% 0.82% -
XYZ 28.06 28.16 64.93 -
YUV 141.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 109 145 210 0.48 0.31 0 0.18 218.61 0.53 0.63
Hex 6D 91 D2 30 1F 0 12 DB 35 3F
Octal 155 221 322 60 37 0 22 333 65 77
Binary 1101101 10010001 11010010 110000 11111 0 10010 11011011 110101 111111

Color Harmonies of #6D91D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D91D2

Black with #6D91D2

Text Example


Text Example

White with #6D91D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,145,210); }

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

background-color css

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

 a { background-color: rgb(109,145,210); }

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

border-color css

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

 span { border-color: rgb(109,145,210); }

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