Html Css Color HEX #696DCD Slate Blue

📋 copy color: '#696DCD'

red 105 ◦ green 109 ◦ blue 205

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

Shades of Slate Blue #696DCD

Tints of Slate Blue #696DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 25.06%
G = 26.01%
B = 48.93%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#696DCD (or 0x696DCD) is known color: Slate Blue. HEX triplet: 69, 6D and CD. RGB value is (105,109,205). Sum of RGB (Red+Green+Blue) = 105+109+205=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #696DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DCD is #969232. Grayscale: #767676. Windows color (decimal): -9867827 or 13462889. OLE color: 13462889.

HSL color Cylindrical-coordinate representation of color #696DCD: hue angle of 237.6º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696DCD is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 109 205 -
CMYK 0.49 0.47 0 0.20
HSL 237.6º 0.5% 0.61% -
HSV(B) 237.6º 0.49% 0.8% -
XYZ 22.31 18.35 60.12 -
YUV 118.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 105 109 205 0.49 0.47 0 0.20 237.6 0.5 0.61
Hex 69 6D CD 31 2F 0 14 EE 32 3D
Octal 151 155 315 61 57 0 24 356 62 75
Binary 1101001 1101101 11001101 110001 101111 0 10100 11101110 110010 111101

Color Harmonies of #696DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DCD

Black with #696DCD

Text Example


Text Example

White with #696DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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