#6F65DC

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

Shades of Slate Blue #6F65DC

Tints of Slate Blue #6F65DC

Color information

#6F65DC (or 0x6F65DC) is unknown color: approx Slate Blue. HEX triplet: 6F, 65 and DC. RGB value is (111,101,220). Sum of RGB (Red+Green+Blue) = 111+101+220=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F65DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F65DC is #909A23. Grayscale: #757575. Windows color (decimal): -9476644 or 14443887. OLE color: 14443887.

HSL color Cylindrical-coordinate representation of color #6F65DC: hue angle of 245.04º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F65DC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB111101220-
CMYK0.500.5400.14
HSL245.04º62.96%62.94%-
HSV(B)245.04º54.09%86.27%-
XYZ24.1317.8569.88-
YUV117.56185.81123.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.69%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 220 (86.33% from 255) = 50.93%
R=25.69%
G=23.38%
B=50.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1111012200.500.5400.14245.0462.9662.94
Hex6F65DC32360Ef53f3f
Octal15714533462660163657777
Binary11011111100101110111001100101101100111011110101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F65DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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