Html Css Color HEX #696DCE Slate Blue

📋 copy color: '#696DCE'

red 105 ◦ green 109 ◦ blue 206

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

Shades of Slate Blue #696DCE

Tints of Slate Blue #696DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 25%
G = 25.95%
B = 49.05%

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

#696DCE (or 0x696DCE) is known color: Slate Blue. HEX triplet: 69, 6D and CE. RGB value is (105,109,206). Sum of RGB (Red+Green+Blue) = 105+109+206=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #696DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DCE is #969231. Grayscale: #767676. Windows color (decimal): -9867826 or 13528425. OLE color: 13528425.

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

Color convert

RGB 105 109 206 -
CMYK 0.49 0.47 0 0.19
HSL 237.62º 0.51% 0.61% -
HSV(B) 237.62º 0.49% 0.81% -
XYZ 22.43 18.4 60.76 -
YUV 118.86 177.17 118.11 -
System Red Green Blue C M Y K H S L
Decimal 105 109 206 0.49 0.47 0 0.19 237.62 0.51 0.61
Hex 69 6D CE 31 2F 0 13 EE 33 3D
Octal 151 155 316 61 57 0 23 356 63 75
Binary 1101001 1101101 11001110 110001 101111 0 10011 11101110 110011 111101

Color Harmonies of #696DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DCE

Black with #696DCE

Text Example


Text Example

White with #696DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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