Html Css Color HEX #696CFF Medium Slate Blue

📋 copy color: '#696CFF'

red 105 ◦ green 108 ◦ blue 255

#696CFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #696CFF

Tints of Medium Slate Blue #696CFF

RGB

 RED value IS 105 (41.41% from 255) = 22.44%

 GREEN value IS 108 (42.58% from 255) = 23.08%

 BLUE value IS 255 (100% from 255) = 54.49%

R = 22.44%
G = 23.08%
B = 54.49%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#696CFF (or 0x696CFF) is known color: Medium Slate Blue. HEX triplet: 69, 6C and FF. RGB value is (105,108,255). Sum of RGB (Red+Green+Blue) = 105+108+255=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #696CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CFF is #969300. Grayscale: #7B7B7B. Windows color (decimal): -9868033 or 16739433. OLE color: 16739433.

HSL color Cylindrical-coordinate representation of color #696CFF: hue angle of 238.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #696CFF is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 108 255 -
CMYK 0.59 0.58 0 0
HSL 238.8º 1% 0.71% -
HSV(B) 238.8º 0.59% 1% -
XYZ 29.24 20.95 97.11 -
YUV 123.86 202.01 114.55 -
System Red Green Blue C M Y K H S L
Decimal 105 108 255 0.59 0.58 0 0 238.8 1 0.71
Hex 69 6C FF 3B 3A 0 0 EF 64 47
Octal 151 154 377 73 72 0 0 357 144 107
Binary 1101001 1101100 11111111 111011 111010 0 0 11101111 1100100 1000111

Color Harmonies of #696CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CFF

Black with #696CFF

Text Example


Text Example

White with #696CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #696CFF;
 }
 .AnyTagClassName
 {
   color: #696CFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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