Html Css Color HEX #6586CE Danube

📋 copy color: '#6586CE'

red 101 ◦ green 134 ◦ blue 206

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

Shades of Danube #6586CE

Tints of Danube #6586CE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.39%

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 22.9%
G = 30.39%
B = 46.71%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6586CE (or 0x6586CE) is known color: Danube. HEX triplet: 65, 86 and CE. RGB value is (101,134,206). Sum of RGB (Red+Green+Blue) = 101+134+206=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #6586CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6586CE is #9A7931. Grayscale: #848484. Windows color (decimal): -10123570 or 13534821. OLE color: 13534821.

HSL color Cylindrical-coordinate representation of color #6586CE: hue angle of 221.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6586CE is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 134 206 -
CMYK 0.51 0.35 0 0.19
HSL 221.14º 0.52% 0.6% -
HSV(B) 221.14º 0.51% 0.81% -
XYZ 25.03 24.27 61.76 -
YUV 132.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 101 134 206 0.51 0.35 0 0.19 221.14 0.52 0.6
Hex 65 86 CE 33 23 0 13 DD 34 3C
Octal 145 206 316 63 43 0 23 335 64 74
Binary 1100101 10000110 11001110 110011 100011 0 10011 11011101 110100 111100

Color Harmonies of #6586CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6586CE

Black with #6586CE

Text Example


Text Example

White with #6586CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6586CE; }

 p { color: rgb(101,134,206); }

 H1.HeaderClassName
 {
   color: #6586CE;
 }
 .AnyTagClassName
 {
   color: #6586CE;
 }
</style>

background-color css

<style>
 a { background-color: #6586CE; }

 a { background-color: rgb(101,134,206); }

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

border-color css

<style>
 span { border-color: #6586CE; }

 span { border-color: rgb(101,134,206); }

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