#6369CD

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

Shades of Slate Blue #6369CD

Tints of Slate Blue #6369CD

Color information

#6369CD (or 0x6369CD) is unknown color: approx Slate Blue. HEX triplet: 63, 69 and CD. RGB value is (99,105,205). Sum of RGB (Red+Green+Blue) = 99+105+205=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #6369CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6369CD is #9C9632. Grayscale: #727272. Windows color (decimal): -10262067 or 13461859. OLE color: 13461859.

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

Color convert

RGB99105205-
CMYK0.520.4900.20
HSL236.6º51.46%59.61%-
HSV(B)236.6º51.71%80.39%-
XYZ21.2217.1659.95-
YUV114.61179.01116.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.21%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=24.21%
G=25.67%
B=50.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991052050.520.4900.20236.651.4659.61
Hex6369CD3431014ed333c
Octal14315131564610243556374
Binary110001111010011100110111010011000101010011101101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6369CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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