Html Css Color HEX #696DCC Slate Blue

📋 copy color: '#696DCC'

red 105 ◦ green 109 ◦ blue 204

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

Shades of Slate Blue #696DCC

Tints of Slate Blue #696DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 25.12%
G = 26.08%
B = 48.8%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#696DCC (or 0x696DCC) is known color: Slate Blue. HEX triplet: 69, 6D and CC. RGB value is (105,109,204). Sum of RGB (Red+Green+Blue) = 105+109+204=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #696DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DCC is #969233. Grayscale: #767676. Windows color (decimal): -9867828 or 13397353. OLE color: 13397353.

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

Color convert

RGB 105 109 204 -
CMYK 0.49 0.47 0 0.2
HSL 237.58º 0.49% 0.61% -
HSV(B) 237.58º 0.49% 0.8% -
XYZ 22.19 18.3 59.49 -
YUV 118.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 105 109 204 0.49 0.47 0 0.2 237.58 0.49 0.61
Hex 69 6D CC 31 2F 0 14 EE 31 3D
Octal 151 155 314 61 57 0 24 356 61 75
Binary 1101001 1101101 11001100 110001 101111 0 10100 11101110 110001 111101

Color Harmonies of #696DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DCC

Black with #696DCC

Text Example


Text Example

White with #696DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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