#6389CD

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

Shades of Danube #6389CD

Tints of Danube #6389CD

Color information

#6389CD (or 0x6389CD) is unknown color: approx Danube. HEX triplet: 63, 89 and CD. RGB value is (99,137,205). Sum of RGB (Red+Green+Blue) = 99+137+205=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #6389CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6389CD is #9C7632. Grayscale: #858585. Windows color (decimal): -10253875 or 13470051. OLE color: 13470051.

HSL color Cylindrical-coordinate representation of color #6389CD: hue angle of 218.49º 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 #6389CD is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99137205-
CMYK0.520.3300.20
HSL218.49º51.46%59.61%-
HSV(B)218.49º51.71%80.39%-
XYZ25.1124.9561.25-
YUV133.39168.41103.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.45%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=22.45%
G=31.07%
B=46.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991372050.520.3300.20218.4951.4659.61
Hex6389CD3421014da333c
Octal14321131564410243326374
Binary1100011100010011100110111010010000101010011011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6389CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6389CD; }

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

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

<style>
 a { background-color: #6389CD; }

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

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

<style>
 span { border-color: #6389CD; }

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

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