Html Css Color HEX #674CA0 Studio

📋 copy color: '#674CA0'

red 103 ◦ green 76 ◦ blue 160

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

Shades of Studio #674CA0

Tints of Studio #674CA0

RGB

 RED value IS 103 (40.63% from 255) = 30.38%

 GREEN value IS 76 (30.08% from 255) = 22.42%

 BLUE value IS 160 (62.89% from 255) = 47.2%

R = 30.38%
G = 22.42%
B = 47.2%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#674CA0 (or 0x674CA0) is known color: Studio. HEX triplet: 67, 4C and A0. RGB value is (103,76,160). Sum of RGB (Red+Green+Blue) = 103+76+160=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #674CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674CA0 is #98B35F. Grayscale: #5D5D5D. Windows color (decimal): -10007392 or 10505319. OLE color: 10505319.

HSL color Cylindrical-coordinate representation of color #674CA0: hue angle of 259.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #674CA0 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 103 76 160 -
CMYK 0.36 0.52 0 0.37
HSL 259.29º 0.36% 0.46% -
HSV(B) 259.29º 0.53% 0.63% -
XYZ 14.52 10.59 34.54 -
YUV 93.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 103 76 160 0.36 0.52 0 0.37 259.29 0.36 0.46
Hex 67 4C A0 24 34 0 25 103 24 2E
Octal 147 114 240 44 64 0 45 403 44 56
Binary 1100111 1001100 10100000 100100 110100 0 100101 100000011 100100 101110

Color Harmonies of #674CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CA0

Black with #674CA0

Text Example


Text Example

White with #674CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674CA0; }

 p { color: rgb(103,76,160); }

 H1.HeaderClassName
 {
   color: #674CA0;
 }
 .AnyTagClassName
 {
   color: #674CA0;
 }
</style>

background-color css

<style>
 a { background-color: #674CA0; }

 a { background-color: rgb(103,76,160); }

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

border-color css

<style>
 span { border-color: #674CA0; }

 span { border-color: rgb(103,76,160); }

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