Html Css Color HEX #696FEA Medium Slate Blue

📋 copy color: '#696FEA'

red 105 ◦ green 111 ◦ blue 234

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

Shades of Medium Slate Blue #696FEA

Tints of Medium Slate Blue #696FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52%

R = 23.33%
G = 24.67%
B = 52%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#696FEA (or 0x696FEA) is known color: Medium Slate Blue. HEX triplet: 69, 6F and EA. RGB value is (105,111,234). Sum of RGB (Red+Green+Blue) = 105+111+234=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #696FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696FEA is #969015. Grayscale: #7A7A7A. Windows color (decimal): -9867286 or 15363945. OLE color: 15363945.

HSL color Cylindrical-coordinate representation of color #696FEA: hue angle of 237.21º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #696FEA is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 111 234 -
CMYK 0.55 0.53 0 0.08
HSL 237.21º 0.75% 0.66% -
HSV(B) 237.21º 0.55% 0.92% -
XYZ 26.36 20.31 80.37 -
YUV 123.23 190.51 115 -
System Red Green Blue C M Y K H S L
Decimal 105 111 234 0.55 0.53 0 0.08 237.21 0.75 0.66
Hex 69 6F EA 37 35 0 8 ED 4B 42
Octal 151 157 352 67 65 0 10 355 113 102
Binary 1101001 1101111 11101010 110111 110101 0 1000 11101101 1001011 1000010

Color Harmonies of #696FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FEA

Black with #696FEA

Text Example


Text Example

White with #696FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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