Html Css Color HEX #696FD0 Slate Blue

📋 copy color: '#696FD0'

red 105 ◦ green 111 ◦ blue 208

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

Shades of Slate Blue #696FD0

Tints of Slate Blue #696FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.06%

R = 24.76%
G = 26.18%
B = 49.06%

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

#696FD0 (or 0x696FD0) is known color: Slate Blue. HEX triplet: 69, 6F and D0. RGB value is (105,111,208). Sum of RGB (Red+Green+Blue) = 105+111+208=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #696FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FD0 is #96902F. Grayscale: #777777. Windows color (decimal): -9867312 or 13660009. OLE color: 13660009.

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

Color convert

RGB 105 111 208 -
CMYK 0.50 0.47 0 0.18
HSL 236.5º 0.52% 0.61% -
HSV(B) 236.5º 0.5% 0.82% -
XYZ 22.9 18.93 62.12 -
YUV 120.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 105 111 208 0.50 0.47 0 0.18 236.5 0.52 0.61
Hex 69 6F D0 32 2F 0 12 ED 34 3D
Octal 151 157 320 62 57 0 22 355 64 75
Binary 1101001 1101111 11010000 110010 101111 0 10010 11101101 110100 111101

Color Harmonies of #696FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FD0

Black with #696FD0

Text Example


Text Example

White with #696FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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