#6F67CA

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

Shades of Slate Blue #6F67CA

Tints of Slate Blue #6F67CA

Color information

#6F67CA (or 0x6F67CA) is unknown color: approx Slate Blue. HEX triplet: 6F, 67 and CA. RGB value is (111,103,202). Sum of RGB (Red+Green+Blue) = 111+103+202=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F67CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F67CA is #909835. Grayscale: #747474. Windows color (decimal): -9476150 or 13264751. OLE color: 13264751.

HSL color Cylindrical-coordinate representation of color #6F67CA: hue angle of 244.85º 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 #6F67CA is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111103202-
CMYK0.450.4900.21
HSL244.85º48.29%59.8%-
HSV(B)244.85º49.01%79.22%-
XYZ22.0717.3458.06-
YUV116.68176.15123.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.68%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=26.68%
G=24.76%
B=48.56%

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
Decimal1111032020.450.4900.21244.8548.2959.8
Hex6F67CA2D31015f5303c
Octal15714731255610253656074
Binary110111111001111100101010110111000101010111110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F67CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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