Html Css Color HEX #62417D Kingfisher Daisy

📋 copy color: '#62417D'

red 98 ◦ green 65 ◦ blue 125

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

Shades of Kingfisher Daisy #62417D

Tints of Kingfisher Daisy #62417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.57%

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

R = 34.03%
G = 22.57%
B = 43.4%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62417D (or 0x62417D) is known color: Kingfisher Daisy. HEX triplet: 62, 41 and 7D. RGB value is (98,65,125). Sum of RGB (Red+Green+Blue) = 98+65+125=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #62417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62417D is #9DBE82. Grayscale: #515151. Windows color (decimal): -10337923 or 8208738. OLE color: 8208738.

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

Color convert

RGB 98 65 125 -
CMYK 0.22 0.48 0 0.51
HSL 273º 0.32% 0.37% -
HSV(B) 273º 0.48% 0.49% -
XYZ 10.63 7.86 20.36 -
YUV 81.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 98 65 125 0.22 0.48 0 0.51 273 0.32 0.37
Hex 62 41 7D 16 30 0 33 111 20 25
Octal 142 101 175 26 60 0 63 421 40 45
Binary 1100010 1000001 1111101 10110 110000 0 110011 100010001 100000 100101

Color Harmonies of #62417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62417D

Black with #62417D

Text Example


Text Example

White with #62417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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