Html Css Color HEX #696DCF Slate Blue

📋 copy color: '#696DCF'

red 105 ◦ green 109 ◦ blue 207

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

Shades of Slate Blue #696DCF

Tints of Slate Blue #696DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.89%

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 24.94%
G = 25.89%
B = 49.17%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#696DCF (or 0x696DCF) is known color: Slate Blue. HEX triplet: 69, 6D and CF. RGB value is (105,109,207). Sum of RGB (Red+Green+Blue) = 105+109+207=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #696DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DCF is #969230. Grayscale: #767676. Windows color (decimal): -9867825 or 13593961. OLE color: 13593961.

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

Color convert

RGB 105 109 207 -
CMYK 0.49 0.47 0 0.19
HSL 237.65º 0.52% 0.61% -
HSV(B) 237.65º 0.49% 0.81% -
XYZ 22.56 18.45 61.4 -
YUV 118.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 105 109 207 0.49 0.47 0 0.19 237.65 0.52 0.61
Hex 69 6D CF 31 2F 0 13 EE 34 3D
Octal 151 155 317 61 57 0 23 356 64 75
Binary 1101001 1101101 11001111 110001 101111 0 10011 11101110 110100 111101

Color Harmonies of #696DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DCF

Black with #696DCF

Text Example


Text Example

White with #696DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,109,207); }

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

background-color css

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

 a { background-color: rgb(105,109,207); }

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

border-color css

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

 span { border-color: rgb(105,109,207); }

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