Html Css Color HEX #674D9E Studio

📋 copy color: '#674D9E'

red 103 ◦ green 77 ◦ blue 158

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

Shades of Studio #674D9E

Tints of Studio #674D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 30.47%
G = 22.78%
B = 46.75%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#674D9E (or 0x674D9E) is known color: Studio. HEX triplet: 67, 4D and 9E. RGB value is (103,77,158). Sum of RGB (Red+Green+Blue) = 103+77+158=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #674D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #674D9E is #98B261. Grayscale: #5D5D5D. Windows color (decimal): -10007138 or 10374503. OLE color: 10374503.

HSL color Cylindrical-coordinate representation of color #674D9E: hue angle of 259.26º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674D9E is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 77 158 -
CMYK 0.35 0.51 0 0.38
HSL 259.26º 0.34% 0.46% -
HSV(B) 259.26º 0.51% 0.62% -
XYZ 14.42 10.66 33.65 -
YUV 94.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 103 77 158 0.35 0.51 0 0.38 259.26 0.34 0.46
Hex 67 4D 9E 23 33 0 26 103 22 2E
Octal 147 115 236 43 63 0 46 403 42 56
Binary 1100111 1001101 10011110 100011 110011 0 100110 100000011 100010 101110

Color Harmonies of #674D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D9E

Black with #674D9E

Text Example


Text Example

White with #674D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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