#69338B

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

Shades of Kingfisher Daisy #69338B

Tints of Kingfisher Daisy #69338B

Color information

#69338B (or 0x69338B) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 33 and 8B. RGB value is (105,51,139). Sum of RGB (Red+Green+Blue) = 105+51+139=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #69338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69338B is #96CC74. Grayscale: #4C4C4C. Windows color (decimal): -9882741 or 9122665. OLE color: 9122665.

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

Color convert

RGB10551139-
CMYK0.240.6300.45
HSL276.82º46.32%37.25%-
HSV(B)276.82º63.31%54.51%-
XYZ11.677.2325.21-
YUV77.18162.89147.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=35.59%
G=17.29%
B=47.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105511390.240.6300.45276.8246.3237.25
Hex69338B183F02D1152e25
Octal1516321330770554255645
Binary110100111001110001011110001111110101101100010101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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