#6B378B

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

Shades of Kingfisher Daisy #6B378B

Tints of Kingfisher Daisy #6B378B

Color information

#6B378B (or 0x6B378B) is unknown color: approx Kingfisher Daisy. HEX triplet: 6B, 37 and 8B. RGB value is (107,55,139). Sum of RGB (Red+Green+Blue) = 107+55+139=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B378B is #94C874. Grayscale: #4F4F4F. Windows color (decimal): -9750645 or 9123691. OLE color: 9123691.

HSL color Cylindrical-coordinate representation of color #6B378B: hue angle of 277.14º 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 #6B378B is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10755139-
CMYK0.230.6000.45
HSL277.14º43.3%38.04%-
HSV(B)277.14º60.43%54.51%-
XYZ12.097.7225.28-
YUV80.12161.23147.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 55 (21.88% from 255) = 18.27%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=35.55%
G=18.27%
B=46.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107551390.230.6000.45277.1443.338.04
Hex6B378B173C02D1152b26
Octal1536721327740554255346
Binary110101111011110001011101111111000101101100010101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,55,139); }

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

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

 a { background-color: rgb(107,55,139); }

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

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

 span { border-color: rgb(107,55,139); }

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