Html Css Color HEX #674D9B Studio

📋 copy color: '#674D9B'

red 103 ◦ green 77 ◦ blue 155

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

Shades of Studio #674D9B

Tints of Studio #674D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

 BLUE value IS 155 (60.94% from 255) = 46.27%

R = 30.75%
G = 22.99%
B = 46.27%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#674D9B (or 0x674D9B) is known color: Studio. HEX triplet: 67, 4D and 9B. RGB value is (103,77,155). Sum of RGB (Red+Green+Blue) = 103+77+155=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #674D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674D9B is #98B264. Grayscale: #5D5D5D. Windows color (decimal): -10007141 or 10177895. OLE color: 10177895.

HSL color Cylindrical-coordinate representation of color #674D9B: hue angle of 260º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674D9B is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 77 155 -
CMYK 0.34 0.50 0 0.39
HSL 260º 0.34% 0.45% -
HSV(B) 260º 0.5% 0.61% -
XYZ 14.16 10.56 32.3 -
YUV 93.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 103 77 155 0.34 0.50 0 0.39 260 0.34 0.45
Hex 67 4D 9B 22 32 0 27 104 22 2D
Octal 147 115 233 42 62 0 47 404 42 55
Binary 1100111 1001101 10011011 100010 110010 0 100111 100000100 100010 101101

Color Harmonies of #674D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D9B

Black with #674D9B

Text Example


Text Example

White with #674D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,77,155); }

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

background-color css

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

 a { background-color: rgb(103,77,155); }

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

border-color css

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

 span { border-color: rgb(103,77,155); }

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