#6A65DF

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

Shades of Slate Blue #6A65DF

Tints of Slate Blue #6A65DF

Color information

#6A65DF (or 0x6A65DF) is unknown color: approx Slate Blue. HEX triplet: 6A, 65 and DF. RGB value is (106,101,223). Sum of RGB (Red+Green+Blue) = 106+101+223=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A65DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A65DF is #959A20. Grayscale: #737373. Windows color (decimal): -9804321 or 14640490. OLE color: 14640490.

HSL color Cylindrical-coordinate representation of color #6A65DF: hue angle of 242.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A65DF is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106101223-
CMYK0.520.5500.13
HSL242.46º65.59%63.53%-
HSV(B)242.46º54.71%87.45%-
XYZ23.9217.771.97-
YUV116.4188.16120.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.65%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 223 (87.5% from 255) = 51.86%
R=24.65%
G=23.49%
B=51.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061012230.520.5500.13242.4665.5963.53
Hex6A65DF34370Df24240
Octal1521453376467015362102100
Binary1101010110010111011111110100110111011011111001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A65DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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