Html Css Color HEX #62407D Kingfisher Daisy

📋 copy color: '#62407D'

red 98 ◦ green 64 ◦ blue 125

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

Shades of Kingfisher Daisy #62407D

Tints of Kingfisher Daisy #62407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.55%

R = 34.15%
G = 22.3%
B = 43.55%

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

#62407D (or 0x62407D) is known color: Kingfisher Daisy. HEX triplet: 62, 40 and 7D. RGB value is (98,64,125). Sum of RGB (Red+Green+Blue) = 98+64+125=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #62407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62407D is #9DBF82. Grayscale: #505050. Windows color (decimal): -10338179 or 8208482. OLE color: 8208482.

HSL color Cylindrical-coordinate representation of color #62407D: hue angle of 273.44º degrees, saturation: 0.32, 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 #62407D is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 64 125 -
CMYK 0.22 0.49 0 0.51
HSL 273.44º 0.32% 0.37% -
HSV(B) 273.44º 0.49% 0.49% -
XYZ 10.57 7.74 20.34 -
YUV 81.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 98 64 125 0.22 0.49 0 0.51 273.44 0.32 0.37
Hex 62 40 7D 16 31 0 33 111 20 25
Octal 142 100 175 26 61 0 63 421 40 45
Binary 1100010 1000000 1111101 10110 110001 0 110011 100010001 100000 100101

Color Harmonies of #62407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62407D

Black with #62407D

Text Example


Text Example

White with #62407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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