Html Css Color HEX #696ECE Slate Blue

📋 copy color: '#696ECE'

red 105 ◦ green 110 ◦ blue 206

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

Shades of Slate Blue #696ECE

Tints of Slate Blue #696ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.13%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 24.94%
G = 26.13%
B = 48.93%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#696ECE (or 0x696ECE) is known color: Slate Blue. HEX triplet: 69, 6E and CE. RGB value is (105,110,206). Sum of RGB (Red+Green+Blue) = 105+110+206=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #696ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ECE is #969131. Grayscale: #777777. Windows color (decimal): -9867570 or 13528681. OLE color: 13528681.

HSL color Cylindrical-coordinate representation of color #696ECE: hue angle of 237.03º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696ECE is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 110 206 -
CMYK 0.49 0.47 0 0.19
HSL 237.03º 0.51% 0.61% -
HSV(B) 237.03º 0.49% 0.81% -
XYZ 22.54 18.61 60.8 -
YUV 119.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 105 110 206 0.49 0.47 0 0.19 237.03 0.51 0.61
Hex 69 6E CE 31 2F 0 13 ED 33 3D
Octal 151 156 316 61 57 0 23 355 63 75
Binary 1101001 1101110 11001110 110001 101111 0 10011 11101101 110011 111101

Color Harmonies of #696ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ECE

Black with #696ECE

Text Example


Text Example

White with #696ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,110,206); }

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

background-color css

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

 a { background-color: rgb(105,110,206); }

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

border-color css

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

 span { border-color: rgb(105,110,206); }

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