#6F65DA

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

Shades of Slate Blue #6F65DA

Tints of Slate Blue #6F65DA

Color information

#6F65DA (or 0x6F65DA) is unknown color: approx Slate Blue. HEX triplet: 6F, 65 and DA. RGB value is (111,101,218). Sum of RGB (Red+Green+Blue) = 111+101+218=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F65DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F65DA is #909A25. Grayscale: #747474. Windows color (decimal): -9476646 or 14312815. OLE color: 14312815.

HSL color Cylindrical-coordinate representation of color #6F65DA: hue angle of 245.13º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F65DA is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB111101218-
CMYK0.490.5400.15
HSL245.13º61.26%62.55%-
HSV(B)245.13º53.67%85.49%-
XYZ23.8617.7568.5-
YUV117.33184.81123.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.81%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 218 (85.55% from 255) = 50.70%
R=25.81%
G=23.49%
B=50.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1111012180.490.5400.15245.1361.2662.55
Hex6F65DA31360Ff53d3f
Octal15714533261660173657577
Binary11011111100101110110101100011101100111111110101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F65DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,101,218); }

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

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

 a { background-color: rgb(111,101,218); }

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

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

 span { border-color: rgb(111,101,218); }

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