Html Css Color HEX #6952CA Slate Blue

📋 copy color: '#6952CA'

red 105 ◦ green 82 ◦ blue 202

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

Shades of Slate Blue #6952CA

Tints of Slate Blue #6952CA

RGB

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

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

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

R = 26.99%
G = 21.08%
B = 51.93%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6952CA (or 0x6952CA) is known color: Slate Blue. HEX triplet: 69, 52 and CA. RGB value is (105,82,202). Sum of RGB (Red+Green+Blue) = 105+82+202=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #6952CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6952CA is #96AD35. Grayscale: #666666. Windows color (decimal): -9874742 or 13259369. OLE color: 13259369.

HSL color Cylindrical-coordinate representation of color #6952CA: hue angle of 251.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6952CA is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 82 202 -
CMYK 0.48 0.59 0 0.21
HSL 251.5º 0.53% 0.56% -
HSV(B) 251.5º 0.59% 0.79% -
XYZ 19.5 13.3 57.42 -
YUV 102.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 105 82 202 0.48 0.59 0 0.21 251.5 0.53 0.56
Hex 69 52 CA 30 3B 0 15 FC 35 38
Octal 151 122 312 60 73 0 25 374 65 70
Binary 1101001 1010010 11001010 110000 111011 0 10101 11111100 110101 111000

Color Harmonies of #6952CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6952CA

Black with #6952CA

Text Example


Text Example

White with #6952CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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