Html Css Color HEX #6586CC Danube

📋 copy color: '#6586CC'

red 101 ◦ green 134 ◦ blue 204

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

Shades of Danube #6586CC

Tints of Danube #6586CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 23.01%
G = 30.52%
B = 46.47%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6586CC (or 0x6586CC) is known color: Danube. HEX triplet: 65, 86 and CC. RGB value is (101,134,204). Sum of RGB (Red+Green+Blue) = 101+134+204=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #6586CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6586CC is #9A7933. Grayscale: #838383. Windows color (decimal): -10123572 or 13403749. OLE color: 13403749.

HSL color Cylindrical-coordinate representation of color #6586CC: hue angle of 220.78º 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 #6586CC is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 134 204 -
CMYK 0.50 0.34 0 0.2
HSL 220.78º 0.5% 0.6% -
HSV(B) 220.78º 0.5% 0.8% -
XYZ 24.79 24.18 60.49 -
YUV 132.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 101 134 204 0.50 0.34 0 0.2 220.78 0.5 0.6
Hex 65 86 CC 32 22 0 14 DD 32 3C
Octal 145 206 314 62 42 0 24 335 62 74
Binary 1100101 10000110 11001100 110010 100010 0 10100 11011101 110010 111100

Color Harmonies of #6586CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6586CC

Black with #6586CC

Text Example


Text Example

White with #6586CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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