#6A6DCC

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

Shades of Slate Blue #6A6DCC

Tints of Slate Blue #6A6DCC

Color information

#6A6DCC (or 0x6A6DCC) is unknown color: approx Slate Blue. HEX triplet: 6A, 6D and CC. RGB value is (106,109,204). Sum of RGB (Red+Green+Blue) = 106+109+204=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 109 (42.97% from 255 or 26.01% 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 #6A6DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6DCC is #959233. Grayscale: #767676. Windows color (decimal): -9802292 or 13397354. OLE color: 13397354.

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

Color convert

RGB106109204-
CMYK0.480.4700.2
HSL238.16º49%60.78%-
HSV(B)238.16º48.04%80%-
XYZ22.3118.3659.49-
YUV118.93176.01118.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=25.30%
G=26.01%
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
Decimal1061092040.480.4700.2238.164960.78
Hex6A6DCC302F014ee313d
Octal15215531460570243566175
Binary110101011011011100110011000010111101010011101110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,109,204); }

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

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

 a { background-color: rgb(106,109,204); }

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

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

 span { border-color: rgb(106,109,204); }

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