Html Css Color HEX #62288B Kingfisher Daisy

📋 copy color: '#62288B'

red 98 ◦ green 40 ◦ blue 139

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

Shades of Kingfisher Daisy #62288B

Tints of Kingfisher Daisy #62288B

RGB

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

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

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

R = 35.38%
G = 14.44%
B = 50.18%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62288B (or 0x62288B) is known color: Kingfisher Daisy. HEX triplet: 62, 28 and 8B. RGB value is (98,40,139). Sum of RGB (Red+Green+Blue) = 98+40+139=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #62288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62288B is #9DD774. Grayscale: #444444. Windows color (decimal): -10344309 or 9119842. OLE color: 9119842.

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

Color convert

RGB 98 40 139 -
CMYK 0.29 0.71 0 0.45
HSL 275.15º 0.55% 0.35% -
HSV(B) 275.15º 0.71% 0.55% -
XYZ 10.46 5.98 25.03 -
YUV 68.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 98 40 139 0.29 0.71 0 0.45 275.15 0.55 0.35
Hex 62 28 8B 1D 47 0 2D 113 37 23
Octal 142 50 213 35 107 0 55 423 67 43
Binary 1100010 101000 10001011 11101 1000111 0 101101 100010011 110111 100011

Color Harmonies of #62288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62288B

Black with #62288B

Text Example


Text Example

White with #62288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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