#6B6CCD

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

Shades of Slate Blue #6B6CCD

Tints of Slate Blue #6B6CCD

Color information

#6B6CCD (or 0x6B6CCD) is unknown color: approx Slate Blue. HEX triplet: 6B, 6C and CD. RGB value is (107,108,205). Sum of RGB (Red+Green+Blue) = 107+108+205=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6CCD is #949332. Grayscale: #767676. Windows color (decimal): -9737011 or 13462635. OLE color: 13462635.

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

Color convert

RGB107108205-
CMYK0.480.4700.20
HSL239.39º49.49%61.18%-
HSV(B)239.39º47.8%80.39%-
XYZ22.4518.2660.1-
YUV118.76176.67119.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.48%
GREEN value IS 108 (42.58% from 255) = 25.71%
BLUE value IS 205 (80.47% from 255) = 48.81%
R=25.48%
G=25.71%
B=48.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071082050.480.4700.20239.3949.4961.18
Hex6B6CCD302F014ef313d
Octal15315431560570243576175
Binary110101111011001100110111000010111101010011101111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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