Html Css Color HEX #6590BC Danube

📋 copy color: '#6590BC'

red 101 ◦ green 144 ◦ blue 188

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

Shades of Danube #6590BC

Tints of Danube #6590BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 23.33%
G = 33.26%
B = 43.42%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6590BC (or 0x6590BC) is known color: Danube. HEX triplet: 65, 90 and BC. RGB value is (101,144,188). Sum of RGB (Red+Green+Blue) = 101+144+188=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #6590BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590BC is #9A6F43. Grayscale: #878787. Windows color (decimal): -10121028 or 12357733. OLE color: 12357733.

HSL color Cylindrical-coordinate representation of color #6590BC: hue angle of 210.34º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6590BC is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 144 188 -
CMYK 0.46 0.23 0 0.26
HSL 210.34º 0.39% 0.57% -
HSV(B) 210.34º 0.46% 0.74% -
XYZ 24.42 26.34 51.37 -
YUV 136.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 101 144 188 0.46 0.23 0 0.26 210.34 0.39 0.57
Hex 65 90 BC 2E 17 0 1A D2 27 39
Octal 145 220 274 56 27 0 32 322 47 71
Binary 1100101 10010000 10111100 101110 10111 0 11010 11010010 100111 111001

Color Harmonies of #6590BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6590BC

Black with #6590BC

Text Example


Text Example

White with #6590BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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