#696CD4

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

Shades of Slate Blue #696CD4

Tints of Slate Blue #696CD4

Color information

#696CD4 (or 0x696CD4) is unknown color: approx Slate Blue. HEX triplet: 69, 6C and D4. RGB value is (105,108,212). Sum of RGB (Red+Green+Blue) = 105+108+212=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 212 - color contains mainly: blue. Hex color #696CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CD4 is #96932B. Grayscale: #767676. Windows color (decimal): -9868076 or 13921385. OLE color: 13921385.

HSL color Cylindrical-coordinate representation of color #696CD4: hue angle of 238.32º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696CD4 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB105108212-
CMYK0.500.4900.17
HSL238.32º55.44%62.16%-
HSV(B)238.32º50.47%83.14%-
XYZ23.0718.4864.64-
YUV118.96180.51118.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.71%
GREEN value IS 108 (42.58% from 255) = 25.41%
BLUE value IS 212 (83.20% from 255) = 49.88%
R=24.71%
G=25.41%
B=49.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1051082120.500.4900.17238.3255.4462.16
Hex696CD43231011ee373e
Octal15115432462610213566776
Binary110100111011001101010011001011000101000111101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696CD4; }

 p { color: rgb(105,108,212); }

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

<style>
 a { background-color: #696CD4; }

 a { background-color: rgb(105,108,212); }

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

<style>
 span { border-color: #696CD4; }

 span { border-color: rgb(105,108,212); }

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