Html Css Color HEX #6585CB Danube

📋 copy color: '#6585CB'

red 101 ◦ green 133 ◦ blue 203

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

Shades of Danube #6585CB

Tints of Danube #6585CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 23.11%
G = 30.43%
B = 46.45%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6585CB (or 0x6585CB) is known color: Danube. HEX triplet: 65, 85 and CB. RGB value is (101,133,203). Sum of RGB (Red+Green+Blue) = 101+133+203=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #6585CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6585CB is #9A7A34. Grayscale: #838383. Windows color (decimal): -10123829 or 13337957. OLE color: 13337957.

HSL color Cylindrical-coordinate representation of color #6585CB: hue angle of 221.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6585CB is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 133 203 -
CMYK 0.50 0.34 0 0.20
HSL 221.18º 0.5% 0.6% -
HSV(B) 221.18º 0.5% 0.8% -
XYZ 24.53 23.85 59.81 -
YUV 131.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 101 133 203 0.50 0.34 0 0.20 221.18 0.5 0.6
Hex 65 85 CB 32 22 0 14 DD 32 3C
Octal 145 205 313 62 42 0 24 335 62 74
Binary 1100101 10000101 11001011 110010 100010 0 10100 11011101 110010 111100

Color Harmonies of #6585CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6585CB

Black with #6585CB

Text Example


Text Example

White with #6585CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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