Html Css Color HEX #62467E Kingfisher Daisy

📋 copy color: '#62467E'

red 98 ◦ green 70 ◦ blue 126

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

Shades of Kingfisher Daisy #62467E

Tints of Kingfisher Daisy #62467E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.81%

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

R = 33.33%
G = 23.81%
B = 42.86%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62467E (or 0x62467E) is known color: Kingfisher Daisy. HEX triplet: 62, 46 and 7E. RGB value is (98,70,126). Sum of RGB (Red+Green+Blue) = 98+70+126=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #62467E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62467E is #9DB981. Grayscale: #545454. Windows color (decimal): -10336642 or 8275554. OLE color: 8275554.

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

Color convert

RGB 98 70 126 -
CMYK 0.22 0.44 0 0.51
HSL 270º 0.29% 0.38% -
HSV(B) 270º 0.44% 0.49% -
XYZ 10.99 8.48 20.8 -
YUV 84.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 98 70 126 0.22 0.44 0 0.51 270 0.29 0.38
Hex 62 46 7E 16 2C 0 33 10E 1D 26
Octal 142 106 176 26 54 0 63 416 35 46
Binary 1100010 1000110 1111110 10110 101100 0 110011 100001110 11101 100110

Color Harmonies of #62467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62467E

Black with #62467E

Text Example


Text Example

White with #62467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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