#623085

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

Shades of Kingfisher Daisy #623085

Tints of Kingfisher Daisy #623085

Color information

#623085 (or 0x623085) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 30 and 85. RGB value is (98,48,133). Sum of RGB (Red+Green+Blue) = 98+48+133=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #623085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623085 is #9DCF7A. Grayscale: #484848. Windows color (decimal): -10342267 or 8728674. OLE color: 8728674.

HSL color Cylindrical-coordinate representation of color #623085: hue angle of 275.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #623085 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9848133-
CMYK0.260.6400.48
HSL275.29º46.96%35.49%-
HSV(B)275.29º63.91%52.16%-
XYZ10.336.422.88-
YUV72.64162.06146.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.13%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=35.13%
G=17.20%
B=47.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98481330.260.6400.48275.2946.9635.49
Hex6230851A400301132f23
Octal14260205321000604235743
Binary1100010110000100001011101010000000110000100010011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623085; }

 p { color: rgb(98,48,133); }

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

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

 a { background-color: rgb(98,48,133); }

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

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

 span { border-color: rgb(98,48,133); }

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