Html Css Color HEX #6961C2 Slate Blue

📋 copy color: '#6961C2'

red 105 ◦ green 97 ◦ blue 194

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

Shades of Slate Blue #6961C2

Tints of Slate Blue #6961C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.99%

R = 26.52%
G = 24.49%
B = 48.99%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6961C2 (or 0x6961C2) is known color: Slate Blue. HEX triplet: 69, 61 and C2. RGB value is (105,97,194). Sum of RGB (Red+Green+Blue) = 105+97+194=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #6961C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6961C2 is #969E3D. Grayscale: #6E6E6E. Windows color (decimal): -9870910 or 12738921. OLE color: 12738921.

HSL color Cylindrical-coordinate representation of color #6961C2: hue angle of 244.95º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6961C2 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 97 194 -
CMYK 0.46 0.50 0 0.24
HSL 244.95º 0.44% 0.57% -
HSV(B) 244.95º 0.5% 0.76% -
XYZ 19.84 15.45 52.98 -
YUV 110.45 175.15 124.11 -
System Red Green Blue C M Y K H S L
Decimal 105 97 194 0.46 0.50 0 0.24 244.95 0.44 0.57
Hex 69 61 C2 2E 32 0 18 F5 2C 39
Octal 151 141 302 56 62 0 30 365 54 71
Binary 1101001 1100001 11000010 101110 110010 0 11000 11110101 101100 111001

Color Harmonies of #6961C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6961C2

Black with #6961C2

Text Example


Text Example

White with #6961C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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