#6F69CA

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

Shades of Slate Blue #6F69CA

Tints of Slate Blue #6F69CA

Color information

#6F69CA (or 0x6F69CA) is unknown color: approx Slate Blue. HEX triplet: 6F, 69 and CA. RGB value is (111,105,202). Sum of RGB (Red+Green+Blue) = 111+105+202=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F69CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F69CA is #909635. Grayscale: #757575. Windows color (decimal): -9475638 or 13265263. OLE color: 13265263.

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

Color convert

RGB111105202-
CMYK0.450.4800.21
HSL243.71º47.78%60.2%-
HSV(B)243.71º48.02%79.22%-
XYZ22.2717.7558.13-
YUV117.85175.49123.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.56%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=26.56%
G=25.12%
B=48.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111052020.450.4800.21243.7147.7860.2
Hex6F69CA2D30015f4303c
Octal15715131255600253646074
Binary110111111010011100101010110111000001010111110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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