Html Css Color HEX #6952DD Slate Blue

📋 copy color: '#6952DD'

red 105 ◦ green 82 ◦ blue 221

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

Shades of Slate Blue #6952DD

Tints of Slate Blue #6952DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.17%

R = 25.74%
G = 20.1%
B = 54.17%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6952DD (or 0x6952DD) is known color: Slate Blue. HEX triplet: 69, 52 and DD. RGB value is (105,82,221). Sum of RGB (Red+Green+Blue) = 105+82+221=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #6952DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6952DD is #96AD22. Grayscale: #686868. Windows color (decimal): -9874723 or 14504553. OLE color: 14504553.

HSL color Cylindrical-coordinate representation of color #6952DD: hue angle of 249.93º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6952DD is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 82 221 -
CMYK 0.52 0.63 0 0.13
HSL 249.93º 0.67% 0.59% -
HSV(B) 249.93º 0.63% 0.87% -
XYZ 21.89 14.26 70 -
YUV 104.72 193.62 128.2 -
System Red Green Blue C M Y K H S L
Decimal 105 82 221 0.52 0.63 0 0.13 249.93 0.67 0.59
Hex 69 52 DD 34 3F 0 D FA 43 3B
Octal 151 122 335 64 77 0 15 372 103 73
Binary 1101001 1010010 11011101 110100 111111 0 1101 11111010 1000011 111011

Color Harmonies of #6952DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6952DD

Black with #6952DD

Text Example


Text Example

White with #6952DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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