Html Css Color HEX #6961C0 Slate Blue

📋 copy color: '#6961C0'

red 105 ◦ green 97 ◦ blue 192

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

Shades of Slate Blue #6961C0

Tints of Slate Blue #6961C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.62%

 BLUE value IS 192 (75.39% from 255) = 48.73%

R = 26.65%
G = 24.62%
B = 48.73%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6961C0 (or 0x6961C0) is known color: Slate Blue. HEX triplet: 69, 61 and C0. RGB value is (105,97,192). Sum of RGB (Red+Green+Blue) = 105+97+192=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #6961C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6961C0 is #969E3F. Grayscale: #6D6D6D. Windows color (decimal): -9870912 or 12607849. OLE color: 12607849.

HSL color Cylindrical-coordinate representation of color #6961C0: hue angle of 245.05º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6961C0 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 97 192 -
CMYK 0.45 0.49 0 0.25
HSL 245.05º 0.43% 0.57% -
HSV(B) 245.05º 0.49% 0.75% -
XYZ 19.61 15.36 51.8 -
YUV 110.22 174.15 124.28 -
System Red Green Blue C M Y K H S L
Decimal 105 97 192 0.45 0.49 0 0.25 245.05 0.43 0.57
Hex 69 61 C0 2D 31 0 19 F5 2B 39
Octal 151 141 300 55 61 0 31 365 53 71
Binary 1101001 1100001 11000000 101101 110001 0 11001 11110101 101011 111001

Color Harmonies of #6961C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6961C0

Black with #6961C0

Text Example


Text Example

White with #6961C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6961C0; }

 p { color: rgb(105,97,192); }

 H1.HeaderClassName
 {
   color: #6961C0;
 }
 .AnyTagClassName
 {
   color: #6961C0;
 }
</style>

background-color css

<style>
 a { background-color: #6961C0; }

 a { background-color: rgb(105,97,192); }

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

border-color css

<style>
 span { border-color: #6961C0; }

 span { border-color: rgb(105,97,192); }

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