Html Css Color HEX #66468B Daisy Bush

📋 copy color: '#66468B'

red 102 ◦ green 70 ◦ blue 139

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

Shades of Daisy Bush #66468B

Tints of Daisy Bush #66468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.51%

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

R = 32.8%
G = 22.51%
B = 44.69%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66468B (or 0x66468B) is known color: Daisy Bush. HEX triplet: 66, 46 and 8B. RGB value is (102,70,139). Sum of RGB (Red+Green+Blue) = 102+70+139=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #66468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66468B is #99B974. Grayscale: #575757. Windows color (decimal): -10074485 or 9127526. OLE color: 9127526.

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

Color convert

RGB 102 70 139 -
CMYK 0.27 0.50 0 0.45
HSL 267.83º 0.33% 0.41% -
HSV(B) 267.83º 0.5% 0.55% -
XYZ 12.33 9.07 25.53 -
YUV 87.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 102 70 139 0.27 0.50 0 0.45 267.83 0.33 0.41
Hex 66 46 8B 1B 32 0 2D 10C 21 29
Octal 146 106 213 33 62 0 55 414 41 51
Binary 1100110 1000110 10001011 11011 110010 0 101101 100001100 100001 101001

Color Harmonies of #66468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66468B

Black with #66468B

Text Example


Text Example

White with #66468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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