Html Css Color HEX #6154CE Slate Blue

📋 copy color: '#6154CE'

red 97 ◦ green 84 ◦ blue 206

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

Shades of Slate Blue #6154CE

Tints of Slate Blue #6154CE

RGB

 RED value IS 97 (38.28% from 255) = 25.06%

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 25.06%
G = 21.71%
B = 53.23%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6154CE (or 0x6154CE) is known color: Slate Blue. HEX triplet: 61, 54 and CE. RGB value is (97,84,206). Sum of RGB (Red+Green+Blue) = 97+84+206=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #6154CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6154CE is #9EAB31. Grayscale: #656565. Windows color (decimal): -10398514 or 13522017. OLE color: 13522017.

HSL color Cylindrical-coordinate representation of color #6154CE: hue angle of 246.39º degrees, saturation: 0.55, 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 #6154CE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 84 206 -
CMYK 0.53 0.59 0 0.19
HSL 246.39º 0.55% 0.57% -
HSV(B) 246.39º 0.59% 0.81% -
XYZ 19.24 13.34 59.95 -
YUV 101.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 97 84 206 0.53 0.59 0 0.19 246.39 0.55 0.57
Hex 61 54 CE 35 3B 0 13 F6 37 39
Octal 141 124 316 65 73 0 23 366 67 71
Binary 1100001 1010100 11001110 110101 111011 0 10011 11110110 110111 111001

Color Harmonies of #6154CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6154CE

Black with #6154CE

Text Example


Text Example

White with #6154CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6154CE; }

 p { color: rgb(97,84,206); }

 H1.HeaderClassName
 {
   color: #6154CE;
 }
 .AnyTagClassName
 {
   color: #6154CE;
 }
</style>

background-color css

<style>
 a { background-color: #6154CE; }

 a { background-color: rgb(97,84,206); }

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

border-color css

<style>
 span { border-color: #6154CE; }

 span { border-color: rgb(97,84,206); }

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