#638CCF

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

Shades of Danube #638CCF

Tints of Danube #638CCF

Color information

#638CCF (or 0x638CCF) is unknown color: approx Danube. HEX triplet: 63, 8C and CF. RGB value is (99,140,207). Sum of RGB (Red+Green+Blue) = 99+140+207=446 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.20% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #638CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CCF is #9C7330. Grayscale: #878787. Windows color (decimal): -10253105 or 13601891. OLE color: 13601891.

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

Color convert

RGB99140207-
CMYK0.520.3200.19
HSL217.22º52.94%60%-
HSV(B)217.22º52.17%81.18%-
XYZ25.7925.9162.67-
YUV135.38168.42102.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.20%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 207 (81.25% from 255) = 46.41%
R=22.20%
G=31.39%
B=46.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal991402070.520.3200.19217.2252.9460
Hex638CCF3420013d9353c
Octal14321431764400233316574
Binary1100011100011001100111111010010000001001111011001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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