Html Css Color HEX #6144CC Slate Blue

📋 copy color: '#6144CC'

red 97 ◦ green 68 ◦ blue 204

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

Shades of Slate Blue #6144CC

Tints of Slate Blue #6144CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.43%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 26.29%
G = 18.43%
B = 55.28%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6144CC (or 0x6144CC) is known color: Slate Blue. HEX triplet: 61, 44 and CC. RGB value is (97,68,204). Sum of RGB (Red+Green+Blue) = 97+68+204=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #6144CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144CC is #9EBB33. Grayscale: #5B5B5B. Windows color (decimal): -10402612 or 13386849. OLE color: 13386849.

HSL color Cylindrical-coordinate representation of color #6144CC: hue angle of 252.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6144CC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 68 204 -
CMYK 0.52 0.67 0 0.2
HSL 252.79º 0.57% 0.53% -
HSV(B) 252.79º 0.67% 0.8% -
XYZ 17.9 11.04 58.31 -
YUV 92.18 191.11 131.44 -
System Red Green Blue C M Y K H S L
Decimal 97 68 204 0.52 0.67 0 0.2 252.79 0.57 0.53
Hex 61 44 CC 34 43 0 14 FD 39 35
Octal 141 104 314 64 103 0 24 375 71 65
Binary 1100001 1000100 11001100 110100 1000011 0 10100 11111101 111001 110101

Color Harmonies of #6144CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6144CC

Black with #6144CC

Text Example


Text Example

White with #6144CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6144CC; }

 p { color: rgb(97,68,204); }

 H1.HeaderClassName
 {
   color: #6144CC;
 }
 .AnyTagClassName
 {
   color: #6144CC;
 }
</style>

background-color css

<style>
 a { background-color: #6144CC; }

 a { background-color: rgb(97,68,204); }

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

border-color css

<style>
 span { border-color: #6144CC; }

 span { border-color: rgb(97,68,204); }

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