Html Css Color HEX #66509F Studio

📋 copy color: '#66509F'

red 102 ◦ green 80 ◦ blue 159

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

Shades of Studio #66509F

Tints of Studio #66509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

 BLUE value IS 159 (62.5% from 255) = 46.63%

R = 29.91%
G = 23.46%
B = 46.63%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66509F (or 0x66509F) is known color: Studio. HEX triplet: 66, 50 and 9F. RGB value is (102,80,159). Sum of RGB (Red+Green+Blue) = 102+80+159=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #66509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66509F is #99AF60. Grayscale: #5F5F5F. Windows color (decimal): -10071905 or 10440806. OLE color: 10440806.

HSL color Cylindrical-coordinate representation of color #66509F: hue angle of 256.71º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66509F is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 80 159 -
CMYK 0.36 0.50 0 0.38
HSL 256.71º 0.33% 0.47% -
HSV(B) 256.71º 0.5% 0.62% -
XYZ 14.61 11.07 34.17 -
YUV 95.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 102 80 159 0.36 0.50 0 0.38 256.71 0.33 0.47
Hex 66 50 9F 24 32 0 26 101 21 2F
Octal 146 120 237 44 62 0 46 401 41 57
Binary 1100110 1010000 10011111 100100 110010 0 100110 100000001 100001 101111

Color Harmonies of #66509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66509F

Black with #66509F

Text Example


Text Example

White with #66509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66509F; }

 p { color: rgb(102,80,159); }

 H1.HeaderClassName
 {
   color: #66509F;
 }
 .AnyTagClassName
 {
   color: #66509F;
 }
</style>

background-color css

<style>
 a { background-color: #66509F; }

 a { background-color: rgb(102,80,159); }

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

border-color css

<style>
 span { border-color: #66509F; }

 span { border-color: rgb(102,80,159); }

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