#62457D

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

Shades of Kingfisher Daisy #62457D

Tints of Kingfisher Daisy #62457D

Color information

#62457D (or 0x62457D) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 45 and 7D. RGB value is (98,69,125). Sum of RGB (Red+Green+Blue) = 98+69+125=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #62457D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62457D is #9DBA82. Grayscale: #535353. Windows color (decimal): -10336899 or 8209762. OLE color: 8209762.

HSL color Cylindrical-coordinate representation of color #62457D: hue angle of 271.07º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62457D is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9869125-
CMYK0.220.4500.51
HSL271.07º28.87%38.04%-
HSV(B)271.07º44.8%49.02%-
XYZ10.878.3320.44-
YUV84.06151.11137.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.56%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=33.56%
G=23.63%
B=42.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98691250.220.4500.51271.0728.8738.04
Hex62457D162D03310f1d26
Octal14210517526550634173546
Binary11000101000101111110110110101101011001110000111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62457D; }

 p { color: rgb(98,69,125); }

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

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

 a { background-color: rgb(98,69,125); }

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

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

 span { border-color: rgb(98,69,125); }

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