Html Css Color HEX #696FF8 Medium Slate Blue

📋 copy color: '#696FF8'

red 105 ◦ green 111 ◦ blue 248

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

Shades of Medium Slate Blue #696FF8

Tints of Medium Slate Blue #696FF8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.92%

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 22.63%
G = 23.92%
B = 53.45%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#696FF8 (or 0x696FF8) is known color: Medium Slate Blue. HEX triplet: 69, 6F and F8. RGB value is (105,111,248). Sum of RGB (Red+Green+Blue) = 105+111+248=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #696FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FF8 is #969007. Grayscale: #7C7C7C. Windows color (decimal): -9867272 or 16281449. OLE color: 16281449.

HSL color Cylindrical-coordinate representation of color #696FF8: hue angle of 237.48º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696FF8 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 105 111 248 -
CMYK 0.58 0.55 0 0.03
HSL 237.48º 0.91% 0.69% -
HSV(B) 237.48º 0.58% 0.97% -
XYZ 28.45 21.15 91.39 -
YUV 124.82 197.51 113.86 -
System Red Green Blue C M Y K H S L
Decimal 105 111 248 0.58 0.55 0 0.03 237.48 0.91 0.69
Hex 69 6F F8 3A 37 0 3 ED 5B 45
Octal 151 157 370 72 67 0 3 355 133 105
Binary 1101001 1101111 11111000 111010 110111 0 11 11101101 1011011 1000101

Color Harmonies of #696FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FF8

Black with #696FF8

Text Example


Text Example

White with #696FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,111,248); }

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

background-color css

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

 a { background-color: rgb(105,111,248); }

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

border-color css

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

 span { border-color: rgb(105,111,248); }

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