Html Css Color HEX #696CD5 Slate Blue

📋 copy color: '#696CD5'

red 105 ◦ green 108 ◦ blue 213

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

Shades of Slate Blue #696CD5

Tints of Slate Blue #696CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50%

R = 24.65%
G = 25.35%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#696CD5 (or 0x696CD5) is known color: Slate Blue. HEX triplet: 69, 6C and D5. RGB value is (105,108,213). Sum of RGB (Red+Green+Blue) = 105+108+213=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #696CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CD5 is #96932A. Grayscale: #767676. Windows color (decimal): -9868075 or 13986921. OLE color: 13986921.

HSL color Cylindrical-coordinate representation of color #696CD5: hue angle of 238.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #696CD5 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 108 213 -
CMYK 0.51 0.49 0 0.16
HSL 238.33º 0.56% 0.62% -
HSV(B) 238.33º 0.51% 0.84% -
XYZ 23.2 18.53 65.31 -
YUV 119.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 105 108 213 0.51 0.49 0 0.16 238.33 0.56 0.62
Hex 69 6C D5 33 31 0 10 EE 38 3E
Octal 151 154 325 63 61 0 20 356 70 76
Binary 1101001 1101100 11010101 110011 110001 0 10000 11101110 111000 111110

Color Harmonies of #696CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CD5

Black with #696CD5

Text Example


Text Example

White with #696CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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