#6F67C9

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

Shades of Slate Blue #6F67C9

Tints of Slate Blue #6F67C9

Color information

#6F67C9 (or 0x6F67C9) is unknown color: approx Slate Blue. HEX triplet: 6F, 67 and C9. RGB value is (111,103,201). Sum of RGB (Red+Green+Blue) = 111+103+201=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #6F67C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F67C9 is #909836. Grayscale: #747474. Windows color (decimal): -9476151 or 13199215. OLE color: 13199215.

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

Color convert

RGB111103201-
CMYK0.450.4900.21
HSL244.9º47.57%59.61%-
HSV(B)244.9º48.76%78.82%-
XYZ21.9517.357.44-
YUV116.56175.65124.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.75%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 201 (78.91% from 255) = 48.43%
R=26.75%
G=24.82%
B=48.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111032010.450.4900.21244.947.5759.61
Hex6F67C92D31015f5303c
Octal15714731155610253656074
Binary110111111001111100100110110111000101010111110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F67C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,103,201); }

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

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

 a { background-color: rgb(111,103,201); }

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

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

 span { border-color: rgb(111,103,201); }

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