Html Css Color HEX #62427C Kingfisher Daisy

📋 copy color: '#62427C'

red 98 ◦ green 66 ◦ blue 124

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

Shades of Kingfisher Daisy #62427C

Tints of Kingfisher Daisy #62427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

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

R = 34.03%
G = 22.92%
B = 43.06%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62427C (or 0x62427C) is known color: Kingfisher Daisy. HEX triplet: 62, 42 and 7C. RGB value is (98,66,124). Sum of RGB (Red+Green+Blue) = 98+66+124=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #62427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62427C is #9DBD83. Grayscale: #515151. Windows color (decimal): -10337668 or 8143458. OLE color: 8143458.

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

Color convert

RGB 98 66 124 -
CMYK 0.21 0.47 0 0.51
HSL 273.1º 0.31% 0.37% -
HSV(B) 273.1º 0.47% 0.49% -
XYZ 10.62 7.95 20.04 -
YUV 82.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 98 66 124 0.21 0.47 0 0.51 273.1 0.31 0.37
Hex 62 42 7C 15 2F 0 33 111 1F 25
Octal 142 102 174 25 57 0 63 421 37 45
Binary 1100010 1000010 1111100 10101 101111 0 110011 100010001 11111 100101

Color Harmonies of #62427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62427C

Black with #62427C

Text Example


Text Example

White with #62427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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