Html Css Color HEX #62207E Kingfisher Daisy

📋 copy color: '#62207E'

red 98 ◦ green 32 ◦ blue 126

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

Shades of Kingfisher Daisy #62207E

Tints of Kingfisher Daisy #62207E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 126 (49.61% from 255) = 49.22%

R = 38.28%
G = 12.5%
B = 49.22%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62207E (or 0x62207E) is known color: Kingfisher Daisy. HEX triplet: 62, 20 and 7E. RGB value is (98,32,126). Sum of RGB (Red+Green+Blue) = 98+32+126=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #62207E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62207E is #9DDF81. Grayscale: #3E3E3E. Windows color (decimal): -10346370 or 8265826. OLE color: 8265826.

HSL color Cylindrical-coordinate representation of color #62207E: hue angle of 282.13º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62207E is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 32 126 -
CMYK 0.22 0.75 0 0.51
HSL 282.13º 0.59% 0.31% -
HSV(B) 282.13º 0.75% 0.49% -
XYZ 9.32 5.14 20.24 -
YUV 62.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 98 32 126 0.22 0.75 0 0.51 282.13 0.59 0.31
Hex 62 20 7E 16 4B 0 33 11A 3B 1F
Octal 142 40 176 26 113 0 63 432 73 37
Binary 1100010 100000 1111110 10110 1001011 0 110011 100011010 111011 11111

Color Harmonies of #62207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62207E

Black with #62207E

Text Example


Text Example

White with #62207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62207E; }

 p { color: rgb(98,32,126); }

 H1.HeaderClassName
 {
   color: #62207E;
 }
 .AnyTagClassName
 {
   color: #62207E;
 }
</style>

background-color css

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

 a { background-color: rgb(98,32,126); }

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

border-color css

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

 span { border-color: rgb(98,32,126); }

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