#6B60CE

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

Shades of Slate Blue #6B60CE

Tints of Slate Blue #6B60CE

Color information

#6B60CE (or 0x6B60CE) is unknown color: approx Slate Blue. HEX triplet: 6B, 60 and CE. RGB value is (107,96,206). Sum of RGB (Red+Green+Blue) = 107+96+206=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B60CE is #949F31. Grayscale: #6F6F6F. Windows color (decimal): -9740082 or 13525099. OLE color: 13525099.

HSL color Cylindrical-coordinate representation of color #6B60CE: hue angle of 246º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B60CE is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10796206-
CMYK0.480.5300.19
HSL246º52.88%59.22%-
HSV(B)246º53.4%80.78%-
XYZ21.3915.9560.34-
YUV111.83181.14124.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.16%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 206 (80.86% from 255) = 50.37%
R=26.16%
G=23.47%
B=50.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal107962060.480.5300.1924652.8859.22
Hex6B60CE3035013f6353b
Octal15314031660650233666573
Binary110101111000001100111011000011010101001111110110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B60CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B60CE; }

 p { color: rgb(107,96,206); }

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

<style>
 a { background-color: #6B60CE; }

 a { background-color: rgb(107,96,206); }

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

<style>
 span { border-color: #6B60CE; }

 span { border-color: rgb(107,96,206); }

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