#6383BC

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

Shades of Danube #6383BC

Tints of Danube #6383BC

Color information

#6383BC (or 0x6383BC) is unknown color: approx Danube. HEX triplet: 63, 83 and BC. RGB value is (99,131,188). Sum of RGB (Red+Green+Blue) = 99+131+188=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #6383BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6383BC is #9C7C43. Grayscale: #7F7F7F. Windows color (decimal): -10255428 or 12354403. OLE color: 12354403.

HSL color Cylindrical-coordinate representation of color #6383BC: hue angle of 218.43º 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 #6383BC is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99131188-
CMYK0.470.3000.26
HSL218.43º39.91%56.27%-
HSV(B)218.43º47.34%73.73%-
XYZ22.3422.5250.75-
YUV127.93161.9107.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.68%
GREEN value IS 131 (51.56% from 255) = 31.34%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=23.68%
G=31.34%
B=44.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991311880.470.3000.26218.4339.9156.27
Hex6383BC2F1E01Ada2838
Octal14320327457360323325070
Binary110001110000011101111001011111111001101011011010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6383BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6383BC; }

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

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

<style>
 a { background-color: #6383BC; }

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

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

<style>
 span { border-color: #6383BC; }

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

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