Html Css Color HEX #62287D Kingfisher Daisy

📋 copy color: '#62287D'

red 98 ◦ green 40 ◦ blue 125

#62287D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #62287D

Tints of Kingfisher Daisy #62287D

RGB

 RED value IS 98 (38.67% from 255) = 37.26%

 GREEN value IS 40 (16.02% from 255) = 15.21%

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 37.26%
G = 15.21%
B = 47.53%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62287D (or 0x62287D) is known color: Kingfisher Daisy. HEX triplet: 62, 28 and 7D. RGB value is (98,40,125). Sum of RGB (Red+Green+Blue) = 98+40+125=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #62287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62287D is #9DD782. Grayscale: #424242. Windows color (decimal): -10344323 or 8202338. OLE color: 8202338.

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

Color convert

RGB 98 40 125 -
CMYK 0.22 0.68 0 0.51
HSL 280.94º 0.52% 0.32% -
HSV(B) 280.94º 0.68% 0.49% -
XYZ 9.5 5.59 19.98 -
YUV 67.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 98 40 125 0.22 0.68 0 0.51 280.94 0.52 0.32
Hex 62 28 7D 16 44 0 33 119 34 20
Octal 142 50 175 26 104 0 63 431 64 40
Binary 1100010 101000 1111101 10110 1000100 0 110011 100011001 110100 100000

Color Harmonies of #62287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62287D

Black with #62287D

Text Example


Text Example

White with #62287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62287D;
 }
 .AnyTagClassName
 {
   color: #62287D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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