#69278A

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

Shades of Kingfisher Daisy #69278A

Tints of Kingfisher Daisy #69278A

Color information

#69278A (or 0x69278A) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 27 and 8A. RGB value is (105,39,138). Sum of RGB (Red+Green+Blue) = 105+39+138=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #69278A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69278A is #96D875. Grayscale: #454545. Windows color (decimal): -9885814 or 9054057. OLE color: 9054057.

HSL color Cylindrical-coordinate representation of color #69278A: hue angle of 280º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69278A is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10539138-
CMYK0.240.7200.46
HSL280º55.93%34.71%-
HSV(B)280º71.74%54.12%-
XYZ11.146.2924.67-
YUV70.02166.37152.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 39 (15.62% from 255) = 13.83%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=37.23%
G=13.83%
B=48.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105391380.240.7200.4628055.9334.71
Hex69278A184802E1183823
Octal15147212301100564307043
Binary1101001100111100010101100010010000101110100011000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,39,138); }

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

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

 a { background-color: rgb(105,39,138); }

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

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

 span { border-color: rgb(105,39,138); }

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