Html Css Color HEX #62407E Kingfisher Daisy

📋 copy color: '#62407E'

red 98 ◦ green 64 ◦ blue 126

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

Shades of Kingfisher Daisy #62407E

Tints of Kingfisher Daisy #62407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 126 (49.61% from 255) = 43.75%

R = 34.03%
G = 22.22%
B = 43.75%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62407E (or 0x62407E) is known color: Kingfisher Daisy. HEX triplet: 62, 40 and 7E. RGB value is (98,64,126). Sum of RGB (Red+Green+Blue) = 98+64+126=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #62407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62407E is #9DBF81. Grayscale: #515151. Windows color (decimal): -10338178 or 8274018. OLE color: 8274018.

HSL color Cylindrical-coordinate representation of color #62407E: hue angle of 272.9º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62407E is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 64 126 -
CMYK 0.22 0.49 0 0.51
HSL 272.9º 0.33% 0.37% -
HSV(B) 272.9º 0.49% 0.49% -
XYZ 10.64 7.77 20.68 -
YUV 81.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 98 64 126 0.22 0.49 0 0.51 272.9 0.33 0.37
Hex 62 40 7E 16 31 0 33 111 21 25
Octal 142 100 176 26 61 0 63 421 41 45
Binary 1100010 1000000 1111110 10110 110001 0 110011 100010001 100001 100101

Color Harmonies of #62407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62407E

Black with #62407E

Text Example


Text Example

White with #62407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62407E; }

 p { color: rgb(98,64,126); }

 H1.HeaderClassName
 {
   color: #62407E;
 }
 .AnyTagClassName
 {
   color: #62407E;
 }
</style>

background-color css

<style>
 a { background-color: #62407E; }

 a { background-color: rgb(98,64,126); }

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

border-color css

<style>
 span { border-color: #62407E; }

 span { border-color: rgb(98,64,126); }

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