#62268B

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

Shades of Kingfisher Daisy #62268B

Tints of Kingfisher Daisy #62268B

Color information

#62268B (or 0x62268B) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 26 and 8B. RGB value is (98,38,139). Sum of RGB (Red+Green+Blue) = 98+38+139=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #62268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62268B is #9DD974. Grayscale: #434343. Windows color (decimal): -10344821 or 9119330. OLE color: 9119330.

HSL color Cylindrical-coordinate representation of color #62268B: hue angle of 275.64º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62268B is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9838139-
CMYK0.290.7300.45
HSL275.64º57.06%34.71%-
HSV(B)275.64º72.66%54.51%-
XYZ10.395.8525.01-
YUV67.45168.38149.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=35.64%
G=13.82%
B=50.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98381390.290.7300.45275.6457.0634.71
Hex62268B1D4902D1143923
Octal14246213351110554247143
Binary1100010100110100010111110110010010101101100010100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,38,139); }

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

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

 a { background-color: rgb(98,38,139); }

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

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

 span { border-color: rgb(98,38,139); }

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