#695ADC

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

Shades of Slate Blue #695ADC

Tints of Slate Blue #695ADC

Color information

#695ADC (or 0x695ADC) is unknown color: approx Slate Blue. HEX triplet: 69, 5A and DC. RGB value is (105,90,220). Sum of RGB (Red+Green+Blue) = 105+90+220=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #695ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ADC is #96A523. Grayscale: #6C6C6C. Windows color (decimal): -9872676 or 14441065. OLE color: 14441065.

HSL color Cylindrical-coordinate representation of color #695ADC: hue angle of 246.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #695ADC is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10590220-
CMYK0.520.5900.14
HSL246.92º65%60.78%-
HSV(B)246.92º59.09%86.27%-
XYZ22.415.4869.52-
YUV109.3190.47124.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 220 (86.33% from 255) = 53.01%
R=25.30%
G=21.69%
B=53.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal105902200.520.5900.14246.926560.78
Hex695ADC343B0Ef7413d
Octal151132334647301636710175
Binary110100110110101101110011010011101101110111101111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695ADC; }

 p { color: rgb(105,90,220); }

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

<style>
 a { background-color: #695ADC; }

 a { background-color: rgb(105,90,220); }

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

<style>
 span { border-color: #695ADC; }

 span { border-color: rgb(105,90,220); }

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