#69308F

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

Shades of Kingfisher Daisy #69308F

Tints of Kingfisher Daisy #69308F

Color information

#69308F (or 0x69308F) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 30 and 8F. RGB value is (105,48,143). Sum of RGB (Red+Green+Blue) = 105+48+143=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #69308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69308F is #96CF70. Grayscale: #4B4B4B. Windows color (decimal): -9883505 or 9384041. OLE color: 9384041.

HSL color Cylindrical-coordinate representation of color #69308F: hue angle of 276º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69308F is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10548143-
CMYK0.270.6600.44
HSL276º49.74%37.45%-
HSV(B)276º66.43%56.08%-
XYZ11.847.126.73-
YUV75.87165.88148.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 143 (56.25% from 255) = 48.31%
R=35.47%
G=16.22%
B=48.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105481430.270.6600.4427649.7437.45
Hex69308F1B4202C1143225
Octal15160217331020544246245
Binary1101001110000100011111101110000100101100100010100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69308F; }

 p { color: rgb(105,48,143); }

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

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

 a { background-color: rgb(105,48,143); }

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

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

 span { border-color: rgb(105,48,143); }

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