#62268C

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

Shades of Kingfisher Daisy #62268C

Tints of Kingfisher Daisy #62268C

Color information

#62268C (or 0x62268C) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 26 and 8C. RGB value is (98,38,140). Sum of RGB (Red+Green+Blue) = 98+38+140=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #62268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62268C is #9DD973. Grayscale: #434343. Windows color (decimal): -10344820 or 9184866. OLE color: 9184866.

HSL color Cylindrical-coordinate representation of color #62268C: hue angle of 275.29º 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 #62268C is Cyan = 0.3, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9838140-
CMYK0.30.7300.45
HSL275.29º57.3%34.9%-
HSV(B)275.29º72.86%54.9%-
XYZ10.465.8825.39-
YUV67.57168.88149.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 140 (55.08% from 255) = 50.72%
R=35.51%
G=13.77%
B=50.72%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98381400.30.7300.45275.2957.334.9
Hex62268C1E4902D1133923
Octal14246214361110554237143
Binary1100010100110100011001111010010010101101100010011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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