Html Css Color HEX #62307C Kingfisher Daisy

📋 copy color: '#62307C'

red 98 ◦ green 48 ◦ blue 124

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

Shades of Kingfisher Daisy #62307C

Tints of Kingfisher Daisy #62307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 36.3%
G = 17.78%
B = 45.93%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62307C (or 0x62307C) is known color: Kingfisher Daisy. HEX triplet: 62, 30 and 7C. RGB value is (98,48,124). Sum of RGB (Red+Green+Blue) = 98+48+124=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #62307C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62307C is #9DCF83. Grayscale: #474747. Windows color (decimal): -10342276 or 8138850. OLE color: 8138850.

HSL color Cylindrical-coordinate representation of color #62307C: hue angle of 279.47º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62307C is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 48 124 -
CMYK 0.21 0.61 0 0.51
HSL 279.47º 0.44% 0.34% -
HSV(B) 279.47º 0.61% 0.49% -
XYZ 9.73 6.17 19.75 -
YUV 71.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 98 48 124 0.21 0.61 0 0.51 279.47 0.44 0.34
Hex 62 30 7C 15 3D 0 33 117 2C 22
Octal 142 60 174 25 75 0 63 427 54 42
Binary 1100010 110000 1111100 10101 111101 0 110011 100010111 101100 100010

Color Harmonies of #62307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62307C

Black with #62307C

Text Example


Text Example

White with #62307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62307C; }

 p { color: rgb(98,48,124); }

 H1.HeaderClassName
 {
   color: #62307C;
 }
 .AnyTagClassName
 {
   color: #62307C;
 }
</style>

background-color css

<style>
 a { background-color: #62307C; }

 a { background-color: rgb(98,48,124); }

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

border-color css

<style>
 span { border-color: #62307C; }

 span { border-color: rgb(98,48,124); }

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