#6369CF

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

Shades of Slate Blue #6369CF

Tints of Slate Blue #6369CF

Color information

#6369CF (or 0x6369CF) is unknown color: approx Slate Blue. HEX triplet: 63, 69 and CF. RGB value is (99,105,207). Sum of RGB (Red+Green+Blue) = 99+105+207=411 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.09% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #6369CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6369CF is #9C9630. Grayscale: #727272. Windows color (decimal): -10262065 or 13592931. OLE color: 13592931.

HSL color Cylindrical-coordinate representation of color #6369CF: hue angle of 236.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6369CF is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB99105207-
CMYK0.520.4900.19
HSL236.67º52.94%60%-
HSV(B)236.67º52.17%81.18%-
XYZ21.4617.2661.23-
YUV114.83180.01116.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.09%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 207 (81.25% from 255) = 50.36%
R=24.09%
G=25.55%
B=50.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal991052070.520.4900.19236.6752.9460
Hex6369CF3431013ed353c
Octal14315131764610233556574
Binary110001111010011100111111010011000101001111101101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6369CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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