#6769CE

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

Shades of Slate Blue #6769CE

Tints of Slate Blue #6769CE

Color information

#6769CE (or 0x6769CE) is unknown color: approx Slate Blue. HEX triplet: 67, 69 and CE. RGB value is (103,105,206). Sum of RGB (Red+Green+Blue) = 103+105+206=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #6769CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6769CE is #989631. Grayscale: #737373. Windows color (decimal): -9999922 or 13527399. OLE color: 13527399.

HSL color Cylindrical-coordinate representation of color #6769CE: hue angle of 238.83º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6769CE is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB103105206-
CMYK0.500.4900.19
HSL238.83º51.24%60.59%-
HSV(B)238.83º50%80.78%-
XYZ21.7917.4460.61-
YUV115.92178.84118.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.88%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 206 (80.86% from 255) = 49.76%
R=24.88%
G=25.36%
B=49.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1031052060.500.4900.19238.8351.2460.59
Hex6769CE3231013ef333d
Octal14715131662610233576375
Binary110011111010011100111011001011000101001111101111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6769CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6769CE; }

 p { color: rgb(103,105,206); }

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

<style>
 a { background-color: #6769CE; }

 a { background-color: rgb(103,105,206); }

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

<style>
 span { border-color: #6769CE; }

 span { border-color: rgb(103,105,206); }

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