#6661CA

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

Shades of Slate Blue #6661CA

Tints of Slate Blue #6661CA

Color information

#6661CA (or 0x6661CA) is unknown color: approx Slate Blue. HEX triplet: 66, 61 and CA. RGB value is (102,97,202). Sum of RGB (Red+Green+Blue) = 102+97+202=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #6661CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661CA is #999E35. Grayscale: #6E6E6E. Windows color (decimal): -10067510 or 13263206. OLE color: 13263206.

HSL color Cylindrical-coordinate representation of color #6661CA: hue angle of 242.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6661CA is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10297202-
CMYK0.500.5200.21
HSL242.86º49.76%58.63%-
HSV(B)242.86º51.98%79.22%-
XYZ20.4115.6457.82-
YUV110.46179.66121.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.44%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=25.44%
G=24.19%
B=50.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102972020.500.5200.21242.8649.7658.63
Hex6661CA3234015f3323b
Octal14614131262640253636273
Binary110011011000011100101011001011010001010111110011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6661CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6661CA; }

 p { color: rgb(102,97,202); }

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

<style>
 a { background-color: #6661CA; }

 a { background-color: rgb(102,97,202); }

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

<style>
 span { border-color: #6661CA; }

 span { border-color: rgb(102,97,202); }

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