Html Css Color HEX #6585CA Danube

📋 copy color: '#6585CA'

red 101 ◦ green 133 ◦ blue 202

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

Shades of Danube #6585CA

Tints of Danube #6585CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.5%

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 23.17%
G = 30.5%
B = 46.33%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6585CA (or 0x6585CA) is known color: Danube. HEX triplet: 65, 85 and CA. RGB value is (101,133,202). Sum of RGB (Red+Green+Blue) = 101+133+202=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #6585CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6585CA is #9A7A35. Grayscale: #828282. Windows color (decimal): -10123830 or 13272421. OLE color: 13272421.

HSL color Cylindrical-coordinate representation of color #6585CA: hue angle of 220.99º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6585CA is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 133 202 -
CMYK 0.50 0.34 0 0.21
HSL 220.99º 0.49% 0.59% -
HSV(B) 220.99º 0.5% 0.79% -
XYZ 24.42 23.81 59.19 -
YUV 131.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 101 133 202 0.50 0.34 0 0.21 220.99 0.49 0.59
Hex 65 85 CA 32 22 0 15 DD 31 3B
Octal 145 205 312 62 42 0 25 335 61 73
Binary 1100101 10000101 11001010 110010 100010 0 10101 11011101 110001 111011

Color Harmonies of #6585CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6585CA

Black with #6585CA

Text Example


Text Example

White with #6585CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6585CA; }

 p { color: rgb(101,133,202); }

 H1.HeaderClassName
 {
   color: #6585CA;
 }
 .AnyTagClassName
 {
   color: #6585CA;
 }
</style>

background-color css

<style>
 a { background-color: #6585CA; }

 a { background-color: rgb(101,133,202); }

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

border-color css

<style>
 span { border-color: #6585CA; }

 span { border-color: rgb(101,133,202); }

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