Html Css Color HEX #6554CF Slate Blue

📋 copy color: '#6554CF'

red 101 ◦ green 84 ◦ blue 207

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

Shades of Slate Blue #6554CF

Tints of Slate Blue #6554CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.43%

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

R = 25.77%
G = 21.43%
B = 52.81%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6554CF (or 0x6554CF) is known color: Slate Blue. HEX triplet: 65, 54 and CF. RGB value is (101,84,207). Sum of RGB (Red+Green+Blue) = 101+84+207=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #6554CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6554CF is #9AAB30. Grayscale: #666666. Windows color (decimal): -10136369 or 13587557. OLE color: 13587557.

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

Color convert

RGB 101 84 207 -
CMYK 0.51 0.59 0 0.19
HSL 248.29º 0.56% 0.57% -
HSV(B) 248.29º 0.59% 0.81% -
XYZ 19.8 13.61 60.62 -
YUV 103.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 101 84 207 0.51 0.59 0 0.19 248.29 0.56 0.57
Hex 65 54 CF 33 3B 0 13 F8 38 39
Octal 145 124 317 63 73 0 23 370 70 71
Binary 1100101 1010100 11001111 110011 111011 0 10011 11111000 111000 111001

Color Harmonies of #6554CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6554CF

Black with #6554CF

Text Example


Text Example

White with #6554CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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