Html Css Color HEX #696BCA Slate Blue

📋 copy color: '#696BCA'

red 105 ◦ green 107 ◦ blue 202

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

Shades of Slate Blue #696BCA

Tints of Slate Blue #696BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.79%

R = 25.36%
G = 25.85%
B = 48.79%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#696BCA (or 0x696BCA) is known color: Slate Blue. HEX triplet: 69, 6B and CA. RGB value is (105,107,202). Sum of RGB (Red+Green+Blue) = 105+107+202=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #696BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BCA is #969435. Grayscale: #747474. Windows color (decimal): -9868342 or 13265769. OLE color: 13265769.

HSL color Cylindrical-coordinate representation of color #696BCA: hue angle of 238.76º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696BCA is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 107 202 -
CMYK 0.48 0.47 0 0.21
HSL 238.76º 0.48% 0.6% -
HSV(B) 238.76º 0.48% 0.79% -
XYZ 21.74 17.78 58.16 -
YUV 117.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 105 107 202 0.48 0.47 0 0.21 238.76 0.48 0.6
Hex 69 6B CA 30 2F 0 15 EF 30 3C
Octal 151 153 312 60 57 0 25 357 60 74
Binary 1101001 1101011 11001010 110000 101111 0 10101 11101111 110000 111100

Color Harmonies of #696BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BCA

Black with #696BCA

Text Example


Text Example

White with #696BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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