Html Css Color HEX #6571DB Slate Blue

📋 copy color: '#6571DB'

red 101 ◦ green 113 ◦ blue 219

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

Shades of Slate Blue #6571DB

Tints of Slate Blue #6571DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 23.33%
G = 26.1%
B = 50.58%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6571DB (or 0x6571DB) is known color: Slate Blue. HEX triplet: 65, 71 and DB. RGB value is (101,113,219). Sum of RGB (Red+Green+Blue) = 101+113+219=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #6571DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6571DB is #9A8E24. Grayscale: #797979. Windows color (decimal): -10128933 or 14381413. OLE color: 14381413.

HSL color Cylindrical-coordinate representation of color #6571DB: hue angle of 233.9º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6571DB is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 113 219 -
CMYK 0.54 0.48 0 0.14
HSL 233.9º 0.62% 0.63% -
HSV(B) 233.9º 0.54% 0.86% -
XYZ 24.06 19.69 69.55 -
YUV 121.5 183.02 113.38 -
System Red Green Blue C M Y K H S L
Decimal 101 113 219 0.54 0.48 0 0.14 233.9 0.62 0.63
Hex 65 71 DB 36 30 0 E EA 3E 3F
Octal 145 161 333 66 60 0 16 352 76 77
Binary 1100101 1110001 11011011 110110 110000 0 1110 11101010 111110 111111

Color Harmonies of #6571DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6571DB

Black with #6571DB

Text Example


Text Example

White with #6571DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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