Html Css Color HEX #664AAA Studio

📋 copy color: '#664AAA'

red 102 ◦ green 74 ◦ blue 170

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

Shades of Studio #664AAA

Tints of Studio #664AAA

RGB

 RED value IS 102 (40.23% from 255) = 29.48%

 GREEN value IS 74 (29.3% from 255) = 21.39%

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 29.48%
G = 21.39%
B = 49.13%

CMYK

 C value IS 0.4

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#664AAA (or 0x664AAA) is known color: Studio. HEX triplet: 66, 4A and AA. RGB value is (102,74,170). Sum of RGB (Red+Green+Blue) = 102+74+170=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #664AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664AAA is #99B555. Grayscale: #5C5C5C. Windows color (decimal): -10073430 or 11160166. OLE color: 11160166.

HSL color Cylindrical-coordinate representation of color #664AAA: hue angle of 257.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #664AAA is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 74 170 -
CMYK 0.4 0.56 0 0.33
HSL 257.5º 0.39% 0.48% -
HSV(B) 257.5º 0.56% 0.67% -
XYZ 15.18 10.62 39.28 -
YUV 93.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 102 74 170 0.4 0.56 0 0.33 257.5 0.39 0.48
Hex 66 4A AA 28 38 0 21 102 27 30
Octal 146 112 252 50 70 0 41 402 47 60
Binary 1100110 1001010 10101010 101000 111000 0 100001 100000010 100111 110000

Color Harmonies of #664AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664AAA

Black with #664AAA

Text Example


Text Example

White with #664AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664AAA; }

 p { color: rgb(102,74,170); }

 H1.HeaderClassName
 {
   color: #664AAA;
 }
 .AnyTagClassName
 {
   color: #664AAA;
 }
</style>

background-color css

<style>
 a { background-color: #664AAA; }

 a { background-color: rgb(102,74,170); }

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

border-color css

<style>
 span { border-color: #664AAA; }

 span { border-color: rgb(102,74,170); }

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