Html Css Color HEX #6590BE Danube

📋 copy color: '#6590BE'

red 101 ◦ green 144 ◦ blue 190

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

Shades of Danube #6590BE

Tints of Danube #6590BE

RGB

 RED value IS 101 (39.84% from 255) = 23.22%

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

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

R = 23.22%
G = 33.1%
B = 43.68%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6590BE (or 0x6590BE) is known color: Danube. HEX triplet: 65, 90 and BE. RGB value is (101,144,190). Sum of RGB (Red+Green+Blue) = 101+144+190=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #6590BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590BE is #9A6F41. Grayscale: #888888. Windows color (decimal): -10121026 or 12488805. OLE color: 12488805.

HSL color Cylindrical-coordinate representation of color #6590BE: hue angle of 211.01º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6590BE is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 144 190 -
CMYK 0.47 0.24 0 0.25
HSL 211.01º 0.41% 0.57% -
HSV(B) 211.01º 0.47% 0.75% -
XYZ 24.63 26.43 52.52 -
YUV 136.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 101 144 190 0.47 0.24 0 0.25 211.01 0.41 0.57
Hex 65 90 BE 2F 18 0 19 D3 29 39
Octal 145 220 276 57 30 0 31 323 51 71
Binary 1100101 10010000 10111110 101111 11000 0 11001 11010011 101001 111001

Color Harmonies of #6590BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6590BE

Black with #6590BE

Text Example


Text Example

White with #6590BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6590BE; }

 p { color: rgb(101,144,190); }

 H1.HeaderClassName
 {
   color: #6590BE;
 }
 .AnyTagClassName
 {
   color: #6590BE;
 }
</style>

background-color css

<style>
 a { background-color: #6590BE; }

 a { background-color: rgb(101,144,190); }

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

border-color css

<style>
 span { border-color: #6590BE; }

 span { border-color: rgb(101,144,190); }

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