#6B3887

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

Shades of Kingfisher Daisy #6B3887

Tints of Kingfisher Daisy #6B3887

Color information

#6B3887 (or 0x6B3887) is unknown color: approx Kingfisher Daisy. HEX triplet: 6B, 38 and 87. RGB value is (107,56,135). Sum of RGB (Red+Green+Blue) = 107+56+135=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B3887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3887 is #94C778. Grayscale: #4F4F4F. Windows color (decimal): -9750393 or 8861803. OLE color: 8861803.

HSL color Cylindrical-coordinate representation of color #6B3887: hue angle of 278.73º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B3887 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10756135-
CMYK0.210.5900.47
HSL278.73º41.36%37.45%-
HSV(B)278.73º58.52%52.94%-
XYZ11.857.723.78-
YUV80.26158.9147.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=35.91%
G=18.79%
B=45.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107561350.210.5900.47278.7341.3637.45
Hex6B3887153B02F1172925
Octal1537020725730574275145
Binary110101111100010000111101011110110101111100010111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B3887; }

 p { color: rgb(107,56,135); }

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

<style>
 a { background-color: #6B3887; }

 a { background-color: rgb(107,56,135); }

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

<style>
 span { border-color: #6B3887; }

 span { border-color: rgb(107,56,135); }

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