#66457A

Color #66457A Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #66457A

Tints of Honey Flower #66457A

Color information

#66457A (or 0x66457A) is unknown color: approx Honey Flower. HEX triplet: 66, 45 and 7A. RGB value is (102,69,122). Sum of RGB (Red+Green+Blue) = 102+69+122=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #66457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66457A is #99BA85. Grayscale: #545454. Windows color (decimal): -10074758 or 8013158. OLE color: 8013158.

HSL color Cylindrical-coordinate representation of color #66457A: hue angle of 277.36º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66457A is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10269122-
CMYK0.160.4300.52
HSL277.36º27.75%37.45%-
HSV(B)277.36º43.44%47.84%-
XYZ11.128.4919.46-
YUV84.91148.93140.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=34.81%
G=23.55%
B=41.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102691220.160.4300.52277.3627.7537.45
Hex66457A102B0341151c25
Octal14610517220530644253445
Binary11001101000101111101010000101011011010010001010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66457A; }

 p { color: rgb(102,69,122); }

 H1.HeaderClassName
 {
   color: #66457A;
 }
 .AnyTagClassName
 {
   color: #66457A;
 }
</style>
background-color css

<style>
 a { background-color: #66457A; }

 a { background-color: rgb(102,69,122); }

 div.DivClassName
 {
   background-color: #66457A;
 }
 .BgClassName
 {
   background-color: #66457A;
 }
</style>
border-color css

<style>
 span { border-color: #66457A; }

 span { border-color: rgb(102,69,122); }

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