Html Css Color HEX #696FD1 Slate Blue

📋 copy color: '#696FD1'

red 105 ◦ green 111 ◦ blue 209

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

Shades of Slate Blue #696FD1

Tints of Slate Blue #696FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.12%

 BLUE value IS 209 (82.03% from 255) = 49.18%

R = 24.71%
G = 26.12%
B = 49.18%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#696FD1 (or 0x696FD1) is known color: Slate Blue. HEX triplet: 69, 6F and D1. RGB value is (105,111,209). Sum of RGB (Red+Green+Blue) = 105+111+209=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #696FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FD1 is #96902E. Grayscale: #777777. Windows color (decimal): -9867311 or 13725545. OLE color: 13725545.

HSL color Cylindrical-coordinate representation of color #696FD1: hue angle of 236.54º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696FD1 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 111 209 -
CMYK 0.50 0.47 0 0.18
HSL 236.54º 0.53% 0.62% -
HSV(B) 236.54º 0.5% 0.82% -
XYZ 23.02 18.98 62.77 -
YUV 120.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 105 111 209 0.50 0.47 0 0.18 236.54 0.53 0.62
Hex 69 6F D1 32 2F 0 12 ED 35 3E
Octal 151 157 321 62 57 0 22 355 65 76
Binary 1101001 1101111 11010001 110010 101111 0 10010 11101101 110101 111110

Color Harmonies of #696FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FD1

Black with #696FD1

Text Example


Text Example

White with #696FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,111,209); }

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

background-color css

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

 a { background-color: rgb(105,111,209); }

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

border-color css

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

 span { border-color: rgb(105,111,209); }

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