Html Css Color HEX #6590D0 Danube

📋 copy color: '#6590D0'

red 101 ◦ green 144 ◦ blue 208

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

Shades of Danube #6590D0

Tints of Danube #6590D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.92%

R = 22.3%
G = 31.79%
B = 45.92%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6590D0 (or 0x6590D0) is known color: Danube. HEX triplet: 65, 90 and D0. RGB value is (101,144,208). Sum of RGB (Red+Green+Blue) = 101+144+208=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #6590D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590D0 is #9A6F2F. Grayscale: #8A8A8A. Windows color (decimal): -10121008 or 13668453. OLE color: 13668453.

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

Color convert

RGB 101 144 208 -
CMYK 0.51 0.31 0 0.18
HSL 215.89º 0.53% 0.61% -
HSV(B) 215.89º 0.51% 0.82% -
XYZ 26.73 27.27 63.53 -
YUV 138.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 101 144 208 0.51 0.31 0 0.18 215.89 0.53 0.61
Hex 65 90 D0 33 1F 0 12 D8 35 3D
Octal 145 220 320 63 37 0 22 330 65 75
Binary 1100101 10010000 11010000 110011 11111 0 10010 11011000 110101 111101

Color Harmonies of #6590D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6590D0

Black with #6590D0

Text Example


Text Example

White with #6590D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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