#697AFC

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

Shades of Light Slate Blue #697AFC

Tints of Light Slate Blue #697AFC

Color information

#697AFC (or 0x697AFC) is unknown color: approx Light Slate Blue. HEX triplet: 69, 7A and FC. RGB value is (105,122,252). Sum of RGB (Red+Green+Blue) = 105+122+252=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #697AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697AFC is #968503. Grayscale: #838383. Windows color (decimal): -9864452 or 16546409. OLE color: 16546409.

HSL color Cylindrical-coordinate representation of color #697AFC: hue angle of 233.06º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697AFC is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105122252-
CMYK0.580.5200.01
HSL233.06º96.08%70%-
HSV(B)233.06º58.33%98.82%-
XYZ30.3623.9595.12-
YUV131.74195.87108.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.92%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 252 (98.83% from 255) = 52.61%
R=21.92%
G=25.47%
B=52.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051222520.580.5200.01233.0696.0870
Hex697AFC3A3401e96046
Octal151172374726401351140106
Binary1101001111101011111100111010110100011110100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697AFC; }

 p { color: rgb(105,122,252); }

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

<style>
 a { background-color: #697AFC; }

 a { background-color: rgb(105,122,252); }

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

<style>
 span { border-color: #697AFC; }

 span { border-color: rgb(105,122,252); }

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