Html Css Color HEX #696BCC Slate Blue

📋 copy color: '#696BCC'

red 105 ◦ green 107 ◦ blue 204

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

Shades of Slate Blue #696BCC

Tints of Slate Blue #696BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.72%

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

R = 25.24%
G = 25.72%
B = 49.04%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#696BCC (or 0x696BCC) is known color: Slate Blue. HEX triplet: 69, 6B and CC. RGB value is (105,107,204). Sum of RGB (Red+Green+Blue) = 105+107+204=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #696BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BCC is #969433. Grayscale: #757575. Windows color (decimal): -9868340 or 13396841. OLE color: 13396841.

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

Color convert

RGB 105 107 204 -
CMYK 0.49 0.48 0 0.2
HSL 238.79º 0.49% 0.61% -
HSV(B) 238.79º 0.49% 0.8% -
XYZ 21.98 17.88 59.42 -
YUV 117.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 105 107 204 0.49 0.48 0 0.2 238.79 0.49 0.61
Hex 69 6B CC 31 30 0 14 EF 31 3D
Octal 151 153 314 61 60 0 24 357 61 75
Binary 1101001 1101011 11001100 110001 110000 0 10100 11101111 110001 111101

Color Harmonies of #696BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BCC

Black with #696BCC

Text Example


Text Example

White with #696BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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