Html Css Color HEX #6A52CF Slate Blue

📋 copy color: '#6A52CF'

red 106 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #6A52CF

Tints of Slate Blue #6A52CF

RGB

 RED value IS 106 (41.8% from 255) = 26.84%

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

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

R = 26.84%
G = 20.76%
B = 52.41%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A52CF (or 0x6A52CF) is known color: Slate Blue. HEX triplet: 6A, 52 and CF. RGB value is (106,82,207). Sum of RGB (Red+Green+Blue) = 106+82+207=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A52CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A52CF is #95AD30. Grayscale: #666666. Windows color (decimal): -9809201 or 13587050. OLE color: 13587050.

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

Color convert

RGB 106 82 207 -
CMYK 0.49 0.60 0 0.19
HSL 251.52º 0.57% 0.57% -
HSV(B) 251.52º 0.6% 0.81% -
XYZ 20.22 13.6 60.59 -
YUV 103.43 186.45 129.84 -
System Red Green Blue C M Y K H S L
Decimal 106 82 207 0.49 0.60 0 0.19 251.52 0.57 0.57
Hex 6A 52 CF 31 3C 0 13 FC 39 39
Octal 152 122 317 61 74 0 23 374 71 71
Binary 1101010 1010010 11001111 110001 111100 0 10011 11111100 111001 111001

Color Harmonies of #6A52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A52CF

Black with #6A52CF

Text Example


Text Example

White with #6A52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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