#6B398B

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

Shades of Kingfisher Daisy #6B398B

Tints of Kingfisher Daisy #6B398B

Color information

#6B398B (or 0x6B398B) is unknown color: approx Kingfisher Daisy. HEX triplet: 6B, 39 and 8B. RGB value is (107,57,139). Sum of RGB (Red+Green+Blue) = 107+57+139=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B398B is #94C674. Grayscale: #515151. Windows color (decimal): -9750133 or 9124203. OLE color: 9124203.

HSL color Cylindrical-coordinate representation of color #6B398B: hue angle of 276.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B398B is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10757139-
CMYK0.230.5900.45
HSL276.59º41.84%38.43%-
HSV(B)276.59º58.99%54.51%-
XYZ12.197.9225.31-
YUV81.3160.56146.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=35.31%
G=18.81%
B=45.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107571390.230.5900.45276.5941.8438.43
Hex6B398B173B02D1152a26
Octal1537121327730554255246
Binary110101111100110001011101111110110101101100010101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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