#638CCD

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

Shades of Danube #638CCD

Tints of Danube #638CCD

Color information

#638CCD (or 0x638CCD) is unknown color: approx Danube. HEX triplet: 63, 8C and CD. RGB value is (99,140,205). Sum of RGB (Red+Green+Blue) = 99+140+205=444 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.30% from 444); Green value is 140 (55.08% from 255 or 31.53% 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 #638CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CCD is #9C7332. Grayscale: #868686. Windows color (decimal): -10253107 or 13470819. OLE color: 13470819.

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

Color convert

RGB99140205-
CMYK0.520.3200.20
HSL216.79º51.46%59.61%-
HSV(B)216.79º51.71%80.39%-
XYZ25.5425.8261.39-
YUV135.15167.42102.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.30%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=22.30%
G=31.53%
B=46.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991402050.520.3200.20216.7951.4659.61
Hex638CCD3420014d9333c
Octal14321431564400243316374
Binary1100011100011001100110111010010000001010011011001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638CCD; }

 p { color: rgb(99,140,205); }

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

<style>
 a { background-color: #638CCD; }

 a { background-color: rgb(99,140,205); }

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

<style>
 span { border-color: #638CCD; }

 span { border-color: rgb(99,140,205); }

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