#6F65CA

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

Shades of Slate Blue #6F65CA

Tints of Slate Blue #6F65CA

Color information

#6F65CA (or 0x6F65CA) is unknown color: approx Slate Blue. HEX triplet: 6F, 65 and CA. RGB value is (111,101,202). Sum of RGB (Red+Green+Blue) = 111+101+202=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F65CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F65CA is #909A35. Grayscale: #737373. Windows color (decimal): -9476662 or 13264239. OLE color: 13264239.

HSL color Cylindrical-coordinate representation of color #6F65CA: hue angle of 245.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F65CA is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111101202-
CMYK0.450.5000.21
HSL245.94º48.79%59.41%-
HSV(B)245.94º50%79.22%-
XYZ21.8716.9558-
YUV115.5176.81124.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.81%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=26.81%
G=24.40%
B=48.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111012020.450.5000.21245.9448.7959.41
Hex6F65CA2D32015f6313b
Octal15714531255620253666173
Binary110111111001011100101010110111001001010111110110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F65CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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