Html Css Color HEX #6952C4 Slate Blue

📋 copy color: '#6952C4'

red 105 ◦ green 82 ◦ blue 196

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

Shades of Slate Blue #6952C4

Tints of Slate Blue #6952C4

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.41%

 BLUE value IS 196 (76.95% from 255) = 51.17%

R = 27.42%
G = 21.41%
B = 51.17%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6952C4 (or 0x6952C4) is known color: Slate Blue. HEX triplet: 69, 52 and C4. RGB value is (105,82,196). Sum of RGB (Red+Green+Blue) = 105+82+196=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #6952C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6952C4 is #96AD3B. Grayscale: #656565. Windows color (decimal): -9874748 or 12866153. OLE color: 12866153.

HSL color Cylindrical-coordinate representation of color #6952C4: hue angle of 252.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6952C4 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 105 82 196 -
CMYK 0.46 0.58 0 0.23
HSL 252.11º 0.49% 0.55% -
HSV(B) 252.11º 0.58% 0.77% -
XYZ 18.81 13.02 53.75 -
YUV 101.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 105 82 196 0.46 0.58 0 0.23 252.11 0.49 0.55
Hex 69 52 C4 2E 3A 0 17 FC 31 37
Octal 151 122 304 56 72 0 27 374 61 67
Binary 1101001 1010010 11000100 101110 111010 0 10111 11111100 110001 110111

Color Harmonies of #6952C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6952C4

Black with #6952C4

Text Example


Text Example

White with #6952C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6952C4; }

 p { color: rgb(105,82,196); }

 H1.HeaderClassName
 {
   color: #6952C4;
 }
 .AnyTagClassName
 {
   color: #6952C4;
 }
</style>

background-color css

<style>
 a { background-color: #6952C4; }

 a { background-color: rgb(105,82,196); }

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

border-color css

<style>
 span { border-color: #6952C4; }

 span { border-color: rgb(105,82,196); }

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