Html Css Color HEX #664CA5 Studio

📋 copy color: '#664CA5'

red 102 ◦ green 76 ◦ blue 165

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

Shades of Studio #664CA5

Tints of Studio #664CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.1%

R = 29.74%
G = 22.16%
B = 48.1%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#664CA5 (or 0x664CA5) is known color: Studio. HEX triplet: 66, 4C and A5. RGB value is (102,76,165). Sum of RGB (Red+Green+Blue) = 102+76+165=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #664CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664CA5 is #99B35A. Grayscale: #5D5D5D. Windows color (decimal): -10072923 or 10832998. OLE color: 10832998.

HSL color Cylindrical-coordinate representation of color #664CA5: hue angle of 257.53º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #664CA5 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 76 165 -
CMYK 0.38 0.54 0 0.35
HSL 257.53º 0.37% 0.47% -
HSV(B) 257.53º 0.54% 0.65% -
XYZ 14.86 10.71 36.88 -
YUV 93.92 168.11 133.76 -
System Red Green Blue C M Y K H S L
Decimal 102 76 165 0.38 0.54 0 0.35 257.53 0.37 0.47
Hex 66 4C A5 26 36 0 23 102 25 2F
Octal 146 114 245 46 66 0 43 402 45 57
Binary 1100110 1001100 10100101 100110 110110 0 100011 100000010 100101 101111

Color Harmonies of #664CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CA5

Black with #664CA5

Text Example


Text Example

White with #664CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,76,165); }

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

background-color css

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

 a { background-color: rgb(102,76,165); }

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

border-color css

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

 span { border-color: rgb(102,76,165); }

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