#68388B

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

Shades of Kingfisher Daisy #68388B

Tints of Kingfisher Daisy #68388B

Color information

#68388B (or 0x68388B) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 38 and 8B. RGB value is (104,56,139). Sum of RGB (Red+Green+Blue) = 104+56+139=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #68388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68388B is #97C774. Grayscale: #4F4F4F. Windows color (decimal): -9946997 or 9123944. OLE color: 9123944.

HSL color Cylindrical-coordinate representation of color #68388B: hue angle of 274.7º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68388B is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10456139-
CMYK0.250.6000.45
HSL274.7º42.56%38.24%-
HSV(B)274.7º59.71%54.51%-
XYZ11.787.6425.28-
YUV79.81161.4145.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=34.78%
G=18.73%
B=46.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104561390.250.6000.45274.742.5638.24
Hex68388B193C02D1132b26
Octal1507021331740554235346
Binary110100011100010001011110011111000101101100010011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,56,139); }

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

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

 a { background-color: rgb(104,56,139); }

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

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

 span { border-color: rgb(104,56,139); }

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