#638CBC

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

Shades of Danube #638CBC

Tints of Danube #638CBC

Color information

#638CBC (or 0x638CBC) is unknown color: approx Danube. HEX triplet: 63, 8C and BC. RGB value is (99,140,188). Sum of RGB (Red+Green+Blue) = 99+140+188=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #638CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CBC is #9C7343. Grayscale: #848484. Windows color (decimal): -10253124 or 12356707. OLE color: 12356707.

HSL color Cylindrical-coordinate representation of color #638CBC: hue angle of 212.36º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #638CBC is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99140188-
CMYK0.470.2600.26
HSL212.36º39.91%56.27%-
HSV(B)212.36º47.34%73.73%-
XYZ23.625.0451.17-
YUV133.21158.92103.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.19%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=23.19%
G=32.79%
B=44.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991401880.470.2600.26212.3639.9156.27
Hex638CBC2F1A01Ad42838
Octal14321427457320323245070
Binary110001110001100101111001011111101001101011010100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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