Html Css Color HEX #66488B Daisy Bush

📋 copy color: '#66488B'

red 102 ◦ green 72 ◦ blue 139

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

Shades of Daisy Bush #66488B

Tints of Daisy Bush #66488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 32.59%
G = 23%
B = 44.41%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66488B (or 0x66488B) is known color: Daisy Bush. HEX triplet: 66, 48 and 8B. RGB value is (102,72,139). Sum of RGB (Red+Green+Blue) = 102+72+139=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #66488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66488B is #99B774. Grayscale: #585858. Windows color (decimal): -10073973 or 9128038. OLE color: 9128038.

HSL color Cylindrical-coordinate representation of color #66488B: hue angle of 266.87º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66488B is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 72 139 -
CMYK 0.27 0.48 0 0.45
HSL 266.87º 0.32% 0.41% -
HSV(B) 266.87º 0.48% 0.55% -
XYZ 12.46 9.32 25.57 -
YUV 88.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 102 72 139 0.27 0.48 0 0.45 266.87 0.32 0.41
Hex 66 48 8B 1B 30 0 2D 10B 20 29
Octal 146 110 213 33 60 0 55 413 40 51
Binary 1100110 1001000 10001011 11011 110000 0 101101 100001011 100000 101001

Color Harmonies of #66488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66488B

Black with #66488B

Text Example


Text Example

White with #66488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66488B; }

 p { color: rgb(102,72,139); }

 H1.HeaderClassName
 {
   color: #66488B;
 }
 .AnyTagClassName
 {
   color: #66488B;
 }
</style>

background-color css

<style>
 a { background-color: #66488B; }

 a { background-color: rgb(102,72,139); }

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

border-color css

<style>
 span { border-color: #66488B; }

 span { border-color: rgb(102,72,139); }

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