#6A65CB

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

Shades of Slate Blue #6A65CB

Tints of Slate Blue #6A65CB

Color information

#6A65CB (or 0x6A65CB) is unknown color: approx Slate Blue. HEX triplet: 6A, 65 and CB. RGB value is (106,101,203). Sum of RGB (Red+Green+Blue) = 106+101+203=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A65CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A65CB is #959A34. Grayscale: #717171. Windows color (decimal): -9804341 or 13329770. OLE color: 13329770.

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

Color convert

RGB106101203-
CMYK0.480.5000.20
HSL242.94º49.51%59.61%-
HSV(B)242.94º50.25%79.61%-
XYZ21.3816.6858.59-
YUV114.12178.16122.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.85%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 203 (79.69% from 255) = 49.51%
R=25.85%
G=24.63%
B=49.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061012030.480.5000.20242.9449.5159.61
Hex6A65CB3032014f3323c
Octal15214531360620243636274
Binary110101011001011100101111000011001001010011110011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A65CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,203); }

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

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

 a { background-color: rgb(106,101,203); }

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

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

 span { border-color: rgb(106,101,203); }

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