Html Css Color HEX #6752CA Slate Blue

📋 copy color: '#6752CA'

red 103 ◦ green 82 ◦ blue 202

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

Shades of Slate Blue #6752CA

Tints of Slate Blue #6752CA

RGB

 RED value IS 103 (40.63% from 255) = 26.61%

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

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

R = 26.61%
G = 21.19%
B = 52.2%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6752CA (or 0x6752CA) is known color: Slate Blue. HEX triplet: 67, 52 and CA. RGB value is (103,82,202). Sum of RGB (Red+Green+Blue) = 103+82+202=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #6752CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6752CA is #98AD35. Grayscale: #656565. Windows color (decimal): -10005814 or 13259367. OLE color: 13259367.

HSL color Cylindrical-coordinate representation of color #6752CA: hue angle of 250.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 #6752CA is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 82 202 -
CMYK 0.49 0.59 0 0.21
HSL 250.5º 0.53% 0.56% -
HSV(B) 250.5º 0.59% 0.79% -
XYZ 19.27 13.18 57.41 -
YUV 101.96 184.46 128.74 -
System Red Green Blue C M Y K H S L
Decimal 103 82 202 0.49 0.59 0 0.21 250.5 0.53 0.56
Hex 67 52 CA 31 3B 0 15 FB 35 38
Octal 147 122 312 61 73 0 25 373 65 70
Binary 1100111 1010010 11001010 110001 111011 0 10101 11111011 110101 111000

Color Harmonies of #6752CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6752CA

Black with #6752CA

Text Example


Text Example

White with #6752CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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