Html Css Color HEX #6491BB Danube

📋 copy color: '#6491BB'

red 100 ◦ green 145 ◦ blue 187

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

Shades of Danube #6491BB

Tints of Danube #6491BB

RGB

 RED value IS 100 (39.45% from 255) = 23.15%

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 23.15%
G = 33.56%
B = 43.29%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6491BB (or 0x6491BB) is known color: Danube. HEX triplet: 64, 91 and BB. RGB value is (100,145,187). Sum of RGB (Red+Green+Blue) = 100+145+187=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #6491BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6491BB is #9B6E44. Grayscale: #888888. Windows color (decimal): -10186309 or 12292452. OLE color: 12292452.

HSL color Cylindrical-coordinate representation of color #6491BB: hue angle of 208.97º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6491BB is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 145 187 -
CMYK 0.47 0.22 0 0.27
HSL 208.97º 0.39% 0.56% -
HSV(B) 208.97º 0.47% 0.73% -
XYZ 24.35 26.55 50.85 -
YUV 136.33 156.59 102.08 -
System Red Green Blue C M Y K H S L
Decimal 100 145 187 0.47 0.22 0 0.27 208.97 0.39 0.56
Hex 64 91 BB 2F 16 0 1B D1 27 38
Octal 144 221 273 57 26 0 33 321 47 70
Binary 1100100 10010001 10111011 101111 10110 0 11011 11010001 100111 111000

Color Harmonies of #6491BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6491BB

Black with #6491BB

Text Example


Text Example

White with #6491BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6491BB; }

 p { color: rgb(100,145,187); }

 H1.HeaderClassName
 {
   color: #6491BB;
 }
 .AnyTagClassName
 {
   color: #6491BB;
 }
</style>

background-color css

<style>
 a { background-color: #6491BB; }

 a { background-color: rgb(100,145,187); }

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

border-color css

<style>
 span { border-color: #6491BB; }

 span { border-color: rgb(100,145,187); }

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