#6C65BF

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

Shades of Slate Blue #6C65BF

Tints of Slate Blue #6C65BF

Color information

#6C65BF (or 0x6C65BF) is unknown color: approx Slate Blue. HEX triplet: 6C, 65 and BF. RGB value is (108,101,191). Sum of RGB (Red+Green+Blue) = 108+101+191=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C65BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C65BF is #939A40. Grayscale: #717171. Windows color (decimal): -9673281 or 12543340. OLE color: 12543340.

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

Color convert

RGB108101191-
CMYK0.430.4700.25
HSL244.67º41.28%57.25%-
HSV(B)244.67º47.12%74.9%-
XYZ20.2416.2651.36-
YUV113.35171.82124.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 191 (75% from 255) = 47.75%
R=27%
G=25.25%
B=47.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081011910.430.4700.25244.6741.2857.25
Hex6C65BF2B2F019f52939
Octal15414527753570313655171
Binary110110011001011011111110101110111101100111110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C65BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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