#6B348B

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

Shades of Kingfisher Daisy #6B348B

Tints of Kingfisher Daisy #6B348B

Color information

#6B348B (or 0x6B348B) is unknown color: approx Kingfisher Daisy. HEX triplet: 6B, 34 and 8B. RGB value is (107,52,139). Sum of RGB (Red+Green+Blue) = 107+52+139=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B348B is #94CB74. Grayscale: #4E4E4E. Windows color (decimal): -9751413 or 9122923. OLE color: 9122923.

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

Color convert

RGB10752139-
CMYK0.230.6300.45
HSL277.93º45.55%37.45%-
HSV(B)277.93º62.59%54.51%-
XYZ11.957.4525.23-
YUV78.36162.22148.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=35.91%
G=17.45%
B=46.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107521390.230.6300.45277.9345.5537.45
Hex6B348B173F02D1162e25
Octal1536421327770554265645
Binary110101111010010001011101111111110101101100010110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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