#69298B

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

Shades of Kingfisher Daisy #69298B

Tints of Kingfisher Daisy #69298B

Color information

#69298B (or 0x69298B) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 29 and 8B. RGB value is (105,41,139). Sum of RGB (Red+Green+Blue) = 105+41+139=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #69298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69298B is #96D674. Grayscale: #464646. Windows color (decimal): -9885301 or 9120105. OLE color: 9120105.

HSL color Cylindrical-coordinate representation of color #69298B: hue angle of 279.18º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69298B is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10541139-
CMYK0.240.7100.45
HSL279.18º54.44%35.29%-
HSV(B)279.18º70.5%54.51%-
XYZ11.286.4525.08-
YUV71.31166.2152.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=36.84%
G=14.39%
B=48.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105411390.240.7100.45279.1854.4435.29
Hex69298B184702D1173623
Octal15151213301070554276643
Binary1101001101001100010111100010001110101101100010111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,41,139); }

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

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

 a { background-color: rgb(105,41,139); }

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

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

 span { border-color: rgb(105,41,139); }

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