#6B6CCC

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

Shades of Slate Blue #6B6CCC

Tints of Slate Blue #6B6CCC

Color information

#6B6CCC (or 0x6B6CCC) is unknown color: approx Slate Blue. HEX triplet: 6B, 6C and CC. RGB value is (107,108,204). Sum of RGB (Red+Green+Blue) = 107+108+204=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B6CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6CCC is #949333. Grayscale: #767676. Windows color (decimal): -9737012 or 13397099. OLE color: 13397099.

HSL color Cylindrical-coordinate representation of color #6B6CCC: hue angle of 239.38º 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 #6B6CCC is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB107108204-
CMYK0.480.4700.2
HSL239.38º48.74%60.98%-
HSV(B)239.38º47.55%80%-
XYZ22.3318.2159.47-
YUV118.64176.17119.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.54%
GREEN value IS 108 (42.58% from 255) = 25.78%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=25.54%
G=25.78%
B=48.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1071082040.480.4700.2239.3848.7460.98
Hex6B6CCC302F014ef313d
Octal15315431460570243576175
Binary110101111011001100110011000010111101010011101111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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