#638DBD

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

Shades of Danube #638DBD

Tints of Danube #638DBD

Color information

#638DBD (or 0x638DBD) is unknown color: approx Danube. HEX triplet: 63, 8D and BD. RGB value is (99,141,189). Sum of RGB (Red+Green+Blue) = 99+141+189=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #638DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DBD is #9C7242. Grayscale: #858585. Windows color (decimal): -10252867 or 12422499. OLE color: 12422499.

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

Color convert

RGB99141189-
CMYK0.480.2500.26
HSL212º40.54%56.47%-
HSV(B)212º47.62%74.12%-
XYZ23.8625.3851.78-
YUV133.91159.09103.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.08%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=23.08%
G=32.87%
B=44.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991411890.480.2500.2621240.5456.47
Hex638DBD301901Ad42938
Octal14321527560310323245170
Binary110001110001101101111011100001100101101011010100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,141,189); }

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

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

 a { background-color: rgb(99,141,189); }

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

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

 span { border-color: rgb(99,141,189); }

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