Html Css Color HEX #6557CF Slate Blue

📋 copy color: '#6557CF'

red 101 ◦ green 87 ◦ blue 207

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

Shades of Slate Blue #6557CF

Tints of Slate Blue #6557CF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.03%

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

R = 25.57%
G = 22.03%
B = 52.41%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6557CF (or 0x6557CF) is known color: Slate Blue. HEX triplet: 65, 57 and CF. RGB value is (101,87,207). Sum of RGB (Red+Green+Blue) = 101+87+207=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 87 (34.38% from 255 or 22.03% 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 #6557CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557CF is #9AA830. Grayscale: #686868. Windows color (decimal): -10135601 or 13588325. OLE color: 13588325.

HSL color Cylindrical-coordinate representation of color #6557CF: hue angle of 247º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6557CF is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 87 207 -
CMYK 0.51 0.58 0 0.19
HSL 247º 0.56% 0.58% -
HSV(B) 247º 0.58% 0.81% -
XYZ 20.04 14.09 60.69 -
YUV 104.87 185.64 125.24 -
System Red Green Blue C M Y K H S L
Decimal 101 87 207 0.51 0.58 0 0.19 247 0.56 0.58
Hex 65 57 CF 33 3A 0 13 F7 38 3A
Octal 145 127 317 63 72 0 23 367 70 72
Binary 1100101 1010111 11001111 110011 111010 0 10011 11110111 111000 111010

Color Harmonies of #6557CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6557CF

Black with #6557CF

Text Example


Text Example

White with #6557CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,87,207); }

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

background-color css

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

 a { background-color: rgb(101,87,207); }

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

border-color css

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

 span { border-color: rgb(101,87,207); }

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