Html Css Color HEX #62248B Kingfisher Daisy

📋 copy color: '#62248B'

red 98 ◦ green 36 ◦ blue 139

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

Shades of Kingfisher Daisy #62248B

Tints of Kingfisher Daisy #62248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 35.9%
G = 13.19%
B = 50.92%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62248B (or 0x62248B) is known color: Kingfisher Daisy. HEX triplet: 62, 24 and 8B. RGB value is (98,36,139). Sum of RGB (Red+Green+Blue) = 98+36+139=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #62248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62248B is #9DDB74. Grayscale: #414141. Windows color (decimal): -10345333 or 9118818. OLE color: 9118818.

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

Color convert

RGB 98 36 139 -
CMYK 0.29 0.74 0 0.45
HSL 276.12º 0.59% 0.34% -
HSV(B) 276.12º 0.74% 0.55% -
XYZ 10.33 5.72 24.99 -
YUV 66.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 98 36 139 0.29 0.74 0 0.45 276.12 0.59 0.34
Hex 62 24 8B 1D 4A 0 2D 114 3B 22
Octal 142 44 213 35 112 0 55 424 73 42
Binary 1100010 100100 10001011 11101 1001010 0 101101 100010100 111011 100010

Color Harmonies of #62248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62248B

Black with #62248B

Text Example


Text Example

White with #62248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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