Html Css Color HEX #6590BA Danube

📋 copy color: '#6590BA'

red 101 ◦ green 144 ◦ blue 186

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

Shades of Danube #6590BA

Tints of Danube #6590BA

RGB

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

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

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

R = 23.43%
G = 33.41%
B = 43.16%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6590BA (or 0x6590BA) is known color: Danube. HEX triplet: 65, 90 and BA. RGB value is (101,144,186). Sum of RGB (Red+Green+Blue) = 101+144+186=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #6590BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590BA is #9A6F45. Grayscale: #878787. Windows color (decimal): -10121030 or 12226661. OLE color: 12226661.

HSL color Cylindrical-coordinate representation of color #6590BA: hue angle of 209.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6590BA is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 144 186 -
CMYK 0.46 0.23 0 0.27
HSL 209.65º 0.38% 0.56% -
HSV(B) 209.65º 0.46% 0.73% -
XYZ 24.2 26.26 50.25 -
YUV 135.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 101 144 186 0.46 0.23 0 0.27 209.65 0.38 0.56
Hex 65 90 BA 2E 17 0 1B D2 26 38
Octal 145 220 272 56 27 0 33 322 46 70
Binary 1100101 10010000 10111010 101110 10111 0 11011 11010010 100110 111000

Color Harmonies of #6590BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6590BA

Black with #6590BA

Text Example


Text Example

White with #6590BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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