Html Css Color HEX #6571D7 Slate Blue

📋 copy color: '#6571D7'

red 101 ◦ green 113 ◦ blue 215

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

Shades of Slate Blue #6571D7

Tints of Slate Blue #6571D7

RGB

 RED value IS 101 (39.84% from 255) = 23.54%

 GREEN value IS 113 (44.53% from 255) = 26.34%

 BLUE value IS 215 (84.38% from 255) = 50.12%

R = 23.54%
G = 26.34%
B = 50.12%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6571D7 (or 0x6571D7) is known color: Slate Blue. HEX triplet: 65, 71 and D7. RGB value is (101,113,215). Sum of RGB (Red+Green+Blue) = 101+113+215=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #6571D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6571D7 is #9A8E28. Grayscale: #787878. Windows color (decimal): -10128937 or 14119269. OLE color: 14119269.

HSL color Cylindrical-coordinate representation of color #6571D7: hue angle of 233.68º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6571D7 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 113 215 -
CMYK 0.53 0.47 0 0.16
HSL 233.68º 0.59% 0.62% -
HSV(B) 233.68º 0.53% 0.84% -
XYZ 23.54 19.48 66.81 -
YUV 121.04 181.02 113.71 -
System Red Green Blue C M Y K H S L
Decimal 101 113 215 0.53 0.47 0 0.16 233.68 0.59 0.62
Hex 65 71 D7 35 2F 0 10 EA 3B 3E
Octal 145 161 327 65 57 0 20 352 73 76
Binary 1100101 1110001 11010111 110101 101111 0 10000 11101010 111011 111110

Color Harmonies of #6571D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6571D7

Black with #6571D7

Text Example


Text Example

White with #6571D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6571D7; }

 p { color: rgb(101,113,215); }

 H1.HeaderClassName
 {
   color: #6571D7;
 }
 .AnyTagClassName
 {
   color: #6571D7;
 }
</style>

background-color css

<style>
 a { background-color: #6571D7; }

 a { background-color: rgb(101,113,215); }

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

border-color css

<style>
 span { border-color: #6571D7; }

 span { border-color: rgb(101,113,215); }

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