#674185

Color #674185 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #674185

Tints of Kingfisher Daisy #674185

Color information

#674185 (or 0x674185) is unknown color: approx Kingfisher Daisy. HEX triplet: 67, 41 and 85. RGB value is (103,65,133). Sum of RGB (Red+Green+Blue) = 103+65+133=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #674185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674185 is #98BE7A. Grayscale: #535353. Windows color (decimal): -10010235 or 8733031. OLE color: 8733031.

HSL color Cylindrical-coordinate representation of color #674185: hue angle of 273.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674185 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10365133-
CMYK0.230.5100.48
HSL273.53º34.34%38.82%-
HSV(B)273.53º51.13%52.16%-
XYZ11.728.3623.19-
YUV84.11155.59141.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.22%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=34.22%
G=21.59%
B=44.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103651330.230.5100.48273.5334.3438.82
Hex67418517330301122227
Octal14710120527630604224247
Binary1100111100000110000101101111100110110000100010010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674185; }

 p { color: rgb(103,65,133); }

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

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

 a { background-color: rgb(103,65,133); }

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

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

 span { border-color: rgb(103,65,133); }

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