#6A65BF

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

Shades of Slate Blue #6A65BF

Tints of Slate Blue #6A65BF

Color information

#6A65BF (or 0x6A65BF) is unknown color: approx Slate Blue. HEX triplet: 6A, 65 and BF. RGB value is (106,101,191). Sum of RGB (Red+Green+Blue) = 106+101+191=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A65BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A65BF is #959A40. Grayscale: #707070. Windows color (decimal): -9804353 or 12543338. OLE color: 12543338.

HSL color Cylindrical-coordinate representation of color #6A65BF: hue angle of 243.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A65BF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106101191-
CMYK0.450.4700.25
HSL243.33º41.28%57.25%-
HSV(B)243.33º47.12%74.9%-
XYZ2016.1351.35-
YUV112.76172.16123.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.63%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 191 (75% from 255) = 47.99%
R=26.63%
G=25.38%
B=47.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061011910.450.4700.25243.3341.2857.25
Hex6A65BF2D2F019f32939
Octal15214527755570313635171
Binary110101011001011011111110110110111101100111110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A65BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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