Html Css Color HEX #6960C6 Slate Blue

📋 copy color: '#6960C6'

red 105 ◦ green 96 ◦ blue 198

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

Shades of Slate Blue #6960C6

Tints of Slate Blue #6960C6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.06%

 BLUE value IS 198 (77.73% from 255) = 49.62%

R = 26.32%
G = 24.06%
B = 49.62%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6960C6 (or 0x6960C6) is known color: Slate Blue. HEX triplet: 69, 60 and C6. RGB value is (105,96,198). Sum of RGB (Red+Green+Blue) = 105+96+198=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #6960C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960C6 is #969F39. Grayscale: #6D6D6D. Windows color (decimal): -9871162 or 13000809. OLE color: 13000809.

HSL color Cylindrical-coordinate representation of color #6960C6: hue angle of 245.29º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6960C6 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 96 198 -
CMYK 0.47 0.52 0 0.22
HSL 245.29º 0.47% 0.58% -
HSV(B) 245.29º 0.52% 0.78% -
XYZ 20.2 15.45 55.34 -
YUV 110.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 105 96 198 0.47 0.52 0 0.22 245.29 0.47 0.58
Hex 69 60 C6 2F 34 0 16 F5 2F 3A
Octal 151 140 306 57 64 0 26 365 57 72
Binary 1101001 1100000 11000110 101111 110100 0 10110 11110101 101111 111010

Color Harmonies of #6960C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6960C6

Black with #6960C6

Text Example


Text Example

White with #6960C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6960C6; }

 p { color: rgb(105,96,198); }

 H1.HeaderClassName
 {
   color: #6960C6;
 }
 .AnyTagClassName
 {
   color: #6960C6;
 }
</style>

background-color css

<style>
 a { background-color: #6960C6; }

 a { background-color: rgb(105,96,198); }

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

border-color css

<style>
 span { border-color: #6960C6; }

 span { border-color: rgb(105,96,198); }

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