#6F68CD

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

Shades of Slate Blue #6F68CD

Tints of Slate Blue #6F68CD

Color information

#6F68CD (or 0x6F68CD) is unknown color: approx Slate Blue. HEX triplet: 6F, 68 and CD. RGB value is (111,104,205). Sum of RGB (Red+Green+Blue) = 111+104+205=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F68CD is #909732. Grayscale: #757575. Windows color (decimal): -9475891 or 13461615. OLE color: 13461615.

HSL color Cylindrical-coordinate representation of color #6F68CD: hue angle of 244.16º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F68CD is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111104205-
CMYK0.460.4900.20
HSL244.16º50.25%60.59%-
HSV(B)244.16º49.27%80.39%-
XYZ22.5317.6959.98-
YUV117.61177.32123.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.43%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 205 (80.47% from 255) = 48.81%
R=26.43%
G=24.76%
B=48.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111042050.460.4900.20244.1650.2560.59
Hex6F68CD2E31014f4323d
Octal15715031556610243646275
Binary110111111010001100110110111011000101010011110100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F68CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,104,205); }

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

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

 a { background-color: rgb(111,104,205); }

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

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

 span { border-color: rgb(111,104,205); }

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