Html Css Color HEX #674C9A Studio

📋 copy color: '#674C9A'

red 103 ◦ green 76 ◦ blue 154

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

Shades of Studio #674C9A

Tints of Studio #674C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.25%

R = 30.93%
G = 22.82%
B = 46.25%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#674C9A (or 0x674C9A) is known color: Studio. HEX triplet: 67, 4C and 9A. RGB value is (103,76,154). Sum of RGB (Red+Green+Blue) = 103+76+154=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #674C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674C9A is #98B365. Grayscale: #5C5C5C. Windows color (decimal): -10007398 or 10112103. OLE color: 10112103.

HSL color Cylindrical-coordinate representation of color #674C9A: hue angle of 260.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674C9A is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 76 154 -
CMYK 0.33 0.51 0 0.40
HSL 260.77º 0.34% 0.45% -
HSV(B) 260.77º 0.51% 0.6% -
XYZ 14.01 10.39 31.84 -
YUV 92.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 103 76 154 0.33 0.51 0 0.40 260.77 0.34 0.45
Hex 67 4C 9A 21 33 0 28 105 22 2D
Octal 147 114 232 41 63 0 50 405 42 55
Binary 1100111 1001100 10011010 100001 110011 0 101000 100000101 100010 101101

Color Harmonies of #674C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C9A

Black with #674C9A

Text Example


Text Example

White with #674C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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