Html Css Color HEX #696CED Medium Slate Blue

📋 copy color: '#696CED'

red 105 ◦ green 108 ◦ blue 237

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

Shades of Medium Slate Blue #696CED

Tints of Medium Slate Blue #696CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.67%

R = 23.33%
G = 24%
B = 52.67%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#696CED (or 0x696CED) is known color: Medium Slate Blue. HEX triplet: 69, 6C and ED. RGB value is (105,108,237). Sum of RGB (Red+Green+Blue) = 105+108+237=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #696CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CED is #969312. Grayscale: #797979. Windows color (decimal): -9868051 or 15559785. OLE color: 15559785.

HSL color Cylindrical-coordinate representation of color #696CED: hue angle of 238.64º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696CED is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 108 237 -
CMYK 0.56 0.54 0 0.07
HSL 238.64º 0.79% 0.67% -
HSV(B) 238.64º 0.56% 0.93% -
XYZ 26.47 19.84 82.56 -
YUV 121.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 105 108 237 0.56 0.54 0 0.07 238.64 0.79 0.67
Hex 69 6C ED 38 36 0 7 EF 4F 43
Octal 151 154 355 70 66 0 7 357 117 103
Binary 1101001 1101100 11101101 111000 110110 0 111 11101111 1001111 1000011

Color Harmonies of #696CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CED

Black with #696CED

Text Example


Text Example

White with #696CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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