Html Css Color HEX #62248A Kingfisher Daisy

📋 copy color: '#62248A'

red 98 ◦ green 36 ◦ blue 138

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

Shades of Kingfisher Daisy #62248A

Tints of Kingfisher Daisy #62248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.24%

 BLUE value IS 138 (54.3% from 255) = 50.74%

R = 36.03%
G = 13.24%
B = 50.74%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#62248A (or 0x62248A) is known color: Kingfisher Daisy. HEX triplet: 62, 24 and 8A. RGB value is (98,36,138). Sum of RGB (Red+Green+Blue) = 98+36+138=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #62248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62248A is #9DDB75. Grayscale: #414141. Windows color (decimal): -10345334 or 9053282. OLE color: 9053282.

HSL color Cylindrical-coordinate representation of color #62248A: hue angle of 276.47º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62248A is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 36 138 -
CMYK 0.29 0.74 0 0.46
HSL 276.47º 0.59% 0.34% -
HSV(B) 276.47º 0.74% 0.54% -
XYZ 10.26 5.69 24.6 -
YUV 66.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 98 36 138 0.29 0.74 0 0.46 276.47 0.59 0.34
Hex 62 24 8A 1D 4A 0 2E 114 3B 22
Octal 142 44 212 35 112 0 56 424 73 42
Binary 1100010 100100 10001010 11101 1001010 0 101110 100010100 111011 100010

Color Harmonies of #62248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62248A

Black with #62248A

Text Example


Text Example

White with #62248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62248A; }

 p { color: rgb(98,36,138); }

 H1.HeaderClassName
 {
   color: #62248A;
 }
 .AnyTagClassName
 {
   color: #62248A;
 }
</style>

background-color css

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

 a { background-color: rgb(98,36,138); }

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

border-color css

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

 span { border-color: rgb(98,36,138); }

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