Html Css Color HEX #696BCE Slate Blue

📋 copy color: '#696BCE'

red 105 ◦ green 107 ◦ blue 206

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

Shades of Slate Blue #696BCE

Tints of Slate Blue #696BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.6%

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

R = 25.12%
G = 25.6%
B = 49.28%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#696BCE (or 0x696BCE) is known color: Slate Blue. HEX triplet: 69, 6B and CE. RGB value is (105,107,206). Sum of RGB (Red+Green+Blue) = 105+107+206=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #696BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BCE is #969431. Grayscale: #757575. Windows color (decimal): -9868338 or 13527913. OLE color: 13527913.

HSL color Cylindrical-coordinate representation of color #696BCE: hue angle of 238.81º 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 #696BCE is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 107 206 -
CMYK 0.49 0.48 0 0.19
HSL 238.81º 0.51% 0.61% -
HSV(B) 238.81º 0.49% 0.81% -
XYZ 22.22 17.97 60.69 -
YUV 117.69 177.84 118.95 -
System Red Green Blue C M Y K H S L
Decimal 105 107 206 0.49 0.48 0 0.19 238.81 0.51 0.61
Hex 69 6B CE 31 30 0 13 EF 33 3D
Octal 151 153 316 61 60 0 23 357 63 75
Binary 1101001 1101011 11001110 110001 110000 0 10011 11101111 110011 111101

Color Harmonies of #696BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BCE

Black with #696BCE

Text Example


Text Example

White with #696BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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