#658ACD

Color #658ACD Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #658ACD

Tints of Danube #658ACD

Color information

#658ACD (or 0x658ACD) is unknown color: approx Danube. HEX triplet: 65, 8A and CD. RGB value is (101,138,205). Sum of RGB (Red+Green+Blue) = 101+138+205=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #658ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658ACD is #9A7532. Grayscale: #868686. Windows color (decimal): -10122547 or 13470309. OLE color: 13470309.

HSL color Cylindrical-coordinate representation of color #658ACD: hue angle of 218.65º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #658ACD is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101138205-
CMYK0.510.3300.20
HSL218.65º50.98%60%-
HSV(B)218.65º50.73%80.39%-
XYZ25.4725.3561.31-
YUV134.57167.74104.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.75%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=22.75%
G=31.08%
B=46.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011382050.510.3300.20218.6550.9860
Hex658ACD3321014db333c
Octal14521231563410243336374
Binary1100101100010101100110111001110000101010011011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658ACD; }

 p { color: rgb(101,138,205); }

 H1.HeaderClassName
 {
   color: #658ACD;
 }
 .AnyTagClassName
 {
   color: #658ACD;
 }
</style>
background-color css

<style>
 a { background-color: #658ACD; }

 a { background-color: rgb(101,138,205); }

 div.DivClassName
 {
   background-color: #658ACD;
 }
 .BgClassName
 {
   background-color: #658ACD;
 }
</style>
border-color css

<style>
 span { border-color: #658ACD; }

 span { border-color: rgb(101,138,205); }

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