#6965CC

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

Shades of Slate Blue #6965CC

Tints of Slate Blue #6965CC

Color information

#6965CC (or 0x6965CC) is unknown color: approx Slate Blue. HEX triplet: 69, 65 and CC. RGB value is (105,101,204). Sum of RGB (Red+Green+Blue) = 105+101+204=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #6965CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6965CC is #969A33. Grayscale: #717171. Windows color (decimal): -9869876 or 13395305. OLE color: 13395305.

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

Color convert

RGB105101204-
CMYK0.490.5000.2
HSL242.33º50.24%59.8%-
HSV(B)242.33º50.49%80%-
XYZ21.3816.6759.22-
YUV113.94178.83121.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 204 (80.08% from 255) = 49.76%
R=25.61%
G=24.63%
B=49.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051012040.490.5000.2242.3350.2459.8
Hex6965CC3132014f2323c
Octal15114531461620243626274
Binary110100111001011100110011000111001001010011110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6965CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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