Html Css Color HEX #664D9D Studio

📋 copy color: '#664D9D'

red 102 ◦ green 77 ◦ blue 157

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

Shades of Studio #664D9D

Tints of Studio #664D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 30.36%
G = 22.92%
B = 46.73%

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

#664D9D (or 0x664D9D) is known color: Studio. HEX triplet: 66, 4D and 9D. RGB value is (102,77,157). Sum of RGB (Red+Green+Blue) = 102+77+157=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #664D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664D9D is #99B262. Grayscale: #5D5D5D. Windows color (decimal): -10072675 or 10308966. OLE color: 10308966.

HSL color Cylindrical-coordinate representation of color #664D9D: hue angle of 258.75º 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 #664D9D is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 77 157 -
CMYK 0.35 0.51 0 0.38
HSL 258.75º 0.34% 0.46% -
HSV(B) 258.75º 0.51% 0.62% -
XYZ 14.22 10.57 33.19 -
YUV 93.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 102 77 157 0.35 0.51 0 0.38 258.75 0.34 0.46
Hex 66 4D 9D 23 33 0 26 103 22 2E
Octal 146 115 235 43 63 0 46 403 42 56
Binary 1100110 1001101 10011101 100011 110011 0 100110 100000011 100010 101110

Color Harmonies of #664D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D9D

Black with #664D9D

Text Example


Text Example

White with #664D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,77,157); }

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

background-color css

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

 a { background-color: rgb(102,77,157); }

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

border-color css

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

 span { border-color: rgb(102,77,157); }

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