Html Css Color HEX #62327F Kingfisher Daisy

📋 copy color: '#62327F'

red 98 ◦ green 50 ◦ blue 127

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

Shades of Kingfisher Daisy #62327F

Tints of Kingfisher Daisy #62327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.18%

 BLUE value IS 127 (50% from 255) = 46.18%

R = 35.64%
G = 18.18%
B = 46.18%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#62327F (or 0x62327F) is known color: Kingfisher Daisy. HEX triplet: 62, 32 and 7F. RGB value is (98,50,127). Sum of RGB (Red+Green+Blue) = 98+50+127=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #62327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62327F is #9DCD80. Grayscale: #484848. Windows color (decimal): -10341761 or 8335970. OLE color: 8335970.

HSL color Cylindrical-coordinate representation of color #62327F: hue angle of 277.4º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62327F is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 50 127 -
CMYK 0.23 0.61 0 0.50
HSL 277.4º 0.44% 0.35% -
HSV(B) 277.4º 0.61% 0.5% -
XYZ 10.01 6.41 20.79 -
YUV 73.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 98 50 127 0.23 0.61 0 0.50 277.4 0.44 0.35
Hex 62 32 7F 17 3D 0 32 115 2C 23
Octal 142 62 177 27 75 0 62 425 54 43
Binary 1100010 110010 1111111 10111 111101 0 110010 100010101 101100 100011

Color Harmonies of #62327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62327F

Black with #62327F

Text Example


Text Example

White with #62327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62327F; }

 p { color: rgb(98,50,127); }

 H1.HeaderClassName
 {
   color: #62327F;
 }
 .AnyTagClassName
 {
   color: #62327F;
 }
</style>

background-color css

<style>
 a { background-color: #62327F; }

 a { background-color: rgb(98,50,127); }

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

border-color css

<style>
 span { border-color: #62327F; }

 span { border-color: rgb(98,50,127); }

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