Html Css Color HEX #6B52CF Slate Blue

📋 copy color: '#6B52CF'

red 107 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #6B52CF

Tints of Slate Blue #6B52CF

RGB

 RED value IS 107 (42.19% from 255) = 27.02%

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

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

R = 27.02%
G = 20.71%
B = 52.27%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B52CF (or 0x6B52CF) is known color: Slate Blue. HEX triplet: 6B, 52 and CF. RGB value is (107,82,207). Sum of RGB (Red+Green+Blue) = 107+82+207=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B52CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B52CF is #94AD30. Grayscale: #676767. Windows color (decimal): -9743665 or 13587051. OLE color: 13587051.

HSL color Cylindrical-coordinate representation of color #6B52CF: hue angle of 252º 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 #6B52CF is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 82 207 -
CMYK 0.48 0.60 0 0.19
HSL 252º 0.57% 0.57% -
HSV(B) 252º 0.6% 0.81% -
XYZ 20.34 13.67 60.6 -
YUV 103.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 107 82 207 0.48 0.60 0 0.19 252 0.57 0.57
Hex 6B 52 CF 30 3C 0 13 FC 39 39
Octal 153 122 317 60 74 0 23 374 71 71
Binary 1101011 1010010 11001111 110000 111100 0 10011 11111100 111001 111001

Color Harmonies of #6B52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B52CF

Black with #6B52CF

Text Example


Text Example

White with #6B52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B52CF; }

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

 H1.HeaderClassName
 {
   color: #6B52CF;
 }
 .AnyTagClassName
 {
   color: #6B52CF;
 }
</style>

background-color css

<style>
 a { background-color: #6B52CF; }

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

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

border-color css

<style>
 span { border-color: #6B52CF; }

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

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