#658CC7

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

Shades of Danube #658CC7

Tints of Danube #658CC7

Color information

#658CC7 (or 0x658CC7) is unknown color: approx Danube. HEX triplet: 65, 8C and C7. RGB value is (101,140,199). Sum of RGB (Red+Green+Blue) = 101+140+199=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 199 - color contains mainly: blue. Hex color #658CC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CC7 is #9A7338. Grayscale: #868686. Windows color (decimal): -10122041 or 13077605. OLE color: 13077605.

HSL color Cylindrical-coordinate representation of color #658CC7: hue angle of 216.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #658CC7 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB101140199-
CMYK0.490.3000.22
HSL216.12º46.67%58.82%-
HSV(B)216.12º49.25%78.04%-
XYZ25.0525.6557.66-
YUV135.06164.08103.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 140 (55.08% from 255) = 31.82%
BLUE value IS 199 (78.12% from 255) = 45.23%
R=22.95%
G=31.82%
B=45.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011401990.490.3000.22216.1246.6758.82
Hex658CC7311E016d82f3b
Octal14521430761360263305773
Binary110010110001100110001111100011111001011011011000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,140,199); }

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

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

 a { background-color: rgb(101,140,199); }

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

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

 span { border-color: rgb(101,140,199); }

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