#6B6CCA

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

Shades of Slate Blue #6B6CCA

Tints of Slate Blue #6B6CCA

Color information

#6B6CCA (or 0x6B6CCA) is unknown color: approx Slate Blue. HEX triplet: 6B, 6C and CA. RGB value is (107,108,202). Sum of RGB (Red+Green+Blue) = 107+108+202=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B6CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6CCA is #949335. Grayscale: #767676. Windows color (decimal): -9737014 or 13266027. OLE color: 13266027.

HSL color Cylindrical-coordinate representation of color #6B6CCA: hue angle of 239.37º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B6CCA is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB107108202-
CMYK0.470.4700.21
HSL239.37º47.26%60.59%-
HSV(B)239.37º47.03%79.22%-
XYZ22.0918.1258.21-
YUV118.42175.17119.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.66%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=25.66%
G=25.90%
B=48.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1071082020.470.4700.21239.3747.2660.59
Hex6B6CCA2F2F015ef2f3d
Octal15315431257570253575775
Binary110101111011001100101010111110111101010111101111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,108,202); }

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

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

 a { background-color: rgb(107,108,202); }

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

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

 span { border-color: rgb(107,108,202); }

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