#654CA4

Color #654CA4 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #654CA4

Tints of Studio #654CA4

Color information

#654CA4 (or 0x654CA4) is unknown color: approx Studio. HEX triplet: 65, 4C and A4. RGB value is (101,76,164). Sum of RGB (Red+Green+Blue) = 101+76+164=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #654CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654CA4 is #9AB35B. Grayscale: #5D5D5D. Windows color (decimal): -10138460 or 10767461. OLE color: 10767461.

HSL color Cylindrical-coordinate representation of color #654CA4: hue angle of 257.05º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #654CA4 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10176164-
CMYK0.380.5400.36
HSL257.05º36.67%47.06%-
HSV(B)257.05º53.66%64.31%-
XYZ14.6510.6236.4-
YUV93.51167.78133.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.62%
GREEN value IS 76 (30.08% from 255) = 22.29%
BLUE value IS 164 (64.45% from 255) = 48.09%
R=29.62%
G=22.29%
B=48.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101761640.380.5400.36257.0536.6747.06
Hex654CA42636024101252f
Octal14511424446660444014557
Binary11001011001100101001001001101101100100100100000001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654CA4; }

 p { color: rgb(101,76,164); }

 H1.HeaderClassName
 {
   color: #654CA4;
 }
 .AnyTagClassName
 {
   color: #654CA4;
 }
</style>
background-color css

<style>
 a { background-color: #654CA4; }

 a { background-color: rgb(101,76,164); }

 div.DivClassName
 {
   background-color: #654CA4;
 }
 .BgClassName
 {
   background-color: #654CA4;
 }
</style>
border-color css

<style>
 span { border-color: #654CA4; }

 span { border-color: rgb(101,76,164); }

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