Html Css Color HEX #696CCE Slate Blue

📋 copy color: '#696CCE'

red 105 ◦ green 108 ◦ blue 206

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

Shades of Slate Blue #696CCE

Tints of Slate Blue #696CCE

RGB

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

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

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

R = 25.06%
G = 25.78%
B = 49.16%

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

#696CCE (or 0x696CCE) is known color: Slate Blue. HEX triplet: 69, 6C and CE. RGB value is (105,108,206). Sum of RGB (Red+Green+Blue) = 105+108+206=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #696CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CCE is #969331. Grayscale: #757575. Windows color (decimal): -9868082 or 13528169. OLE color: 13528169.

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

Color convert

RGB 105 108 206 -
CMYK 0.49 0.48 0 0.19
HSL 238.22º 0.51% 0.61% -
HSV(B) 238.22º 0.49% 0.81% -
XYZ 22.33 18.18 60.73 -
YUV 118.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 105 108 206 0.49 0.48 0 0.19 238.22 0.51 0.61
Hex 69 6C CE 31 30 0 13 EE 33 3D
Octal 151 154 316 61 60 0 23 356 63 75
Binary 1101001 1101100 11001110 110001 110000 0 10011 11101110 110011 111101

Color Harmonies of #696CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CCE

Black with #696CCE

Text Example


Text Example

White with #696CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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