#69248A

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

Shades of Kingfisher Daisy #69248A

Tints of Kingfisher Daisy #69248A

Color information

#69248A (or 0x69248A) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 24 and 8A. RGB value is (105,36,138). Sum of RGB (Red+Green+Blue) = 105+36+138=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #69248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69248A is #96DB75. Grayscale: #434343. Windows color (decimal): -9886582 or 9053289. OLE color: 9053289.

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

Color convert

RGB10536138-
CMYK0.240.7400.46
HSL280.59º58.62%34.12%-
HSV(B)280.59º73.91%54.12%-
XYZ11.046.124.64-
YUV68.26167.36154.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 138 (54.30% from 255) = 49.46%
R=37.63%
G=12.90%
B=49.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105361380.240.7400.46280.5958.6234.12
Hex69248A184A02E1193b22
Octal15144212301120564317342
Binary1101001100100100010101100010010100101110100011001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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