Html Css Color HEX #6752CF Slate Blue

📋 copy color: '#6752CF'

red 103 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #6752CF

Tints of Slate Blue #6752CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.81%

R = 26.28%
G = 20.92%
B = 52.81%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6752CF (or 0x6752CF) is known color: Slate Blue. HEX triplet: 67, 52 and CF. RGB value is (103,82,207). Sum of RGB (Red+Green+Blue) = 103+82+207=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #6752CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6752CF is #98AD30. Grayscale: #666666. Windows color (decimal): -10005809 or 13587047. OLE color: 13587047.

HSL color Cylindrical-coordinate representation of color #6752CF: hue angle of 250.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6752CF is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 82 207 -
CMYK 0.50 0.60 0 0.19
HSL 250.08º 0.57% 0.57% -
HSV(B) 250.08º 0.6% 0.81% -
XYZ 19.87 13.42 60.57 -
YUV 102.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 103 82 207 0.50 0.60 0 0.19 250.08 0.57 0.57
Hex 67 52 CF 32 3C 0 13 FA 39 39
Octal 147 122 317 62 74 0 23 372 71 71
Binary 1100111 1010010 11001111 110010 111100 0 10011 11111010 111001 111001

Color Harmonies of #6752CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6752CF

Black with #6752CF

Text Example


Text Example

White with #6752CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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