#6369CC

Color #6369CC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6369CC

Tints of Slate Blue #6369CC

Color information

#6369CC (or 0x6369CC) is unknown color: approx Slate Blue. HEX triplet: 63, 69 and CC. RGB value is (99,105,204). Sum of RGB (Red+Green+Blue) = 99+105+204=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #6369CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6369CC is #9C9633. Grayscale: #727272. Windows color (decimal): -10262068 or 13396323. OLE color: 13396323.

HSL color Cylindrical-coordinate representation of color #6369CC: hue angle of 236.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6369CC is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB99105204-
CMYK0.510.4900.2
HSL236.57º50.72%59.41%-
HSV(B)236.57º51.47%80%-
XYZ21.117.1259.32-
YUV114.49178.51116.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.26%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 204 (80.08% from 255) = 50%
R=24.26%
G=25.74%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal991052040.510.4900.2236.5750.7259.41
Hex6369CC3331014ed333b
Octal14315131463610243556373
Binary110001111010011100110011001111000101010011101101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6369CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6369CC; }

 p { color: rgb(99,105,204); }

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

<style>
 a { background-color: #6369CC; }

 a { background-color: rgb(99,105,204); }

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

<style>
 span { border-color: #6369CC; }

 span { border-color: rgb(99,105,204); }

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