Html Css Color HEX #62467C Kingfisher Daisy

📋 copy color: '#62467C'

red 98 ◦ green 70 ◦ blue 124

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

Shades of Kingfisher Daisy #62467C

Tints of Kingfisher Daisy #62467C

RGB

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

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

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

R = 33.56%
G = 23.97%
B = 42.47%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62467C (or 0x62467C) is known color: Kingfisher Daisy. HEX triplet: 62, 46 and 7C. RGB value is (98,70,124). Sum of RGB (Red+Green+Blue) = 98+70+124=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #62467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62467C is #9DB983. Grayscale: #545454. Windows color (decimal): -10336644 or 8144482. OLE color: 8144482.

HSL color Cylindrical-coordinate representation of color #62467C: hue angle of 271.11º degrees, saturation: 0.28, 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 #62467C is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 70 124 -
CMYK 0.21 0.44 0 0.51
HSL 271.11º 0.28% 0.38% -
HSV(B) 271.11º 0.44% 0.49% -
XYZ 10.87 8.43 20.12 -
YUV 84.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 98 70 124 0.21 0.44 0 0.51 271.11 0.28 0.38
Hex 62 46 7C 15 2C 0 33 10F 1C 26
Octal 142 106 174 25 54 0 63 417 34 46
Binary 1100010 1000110 1111100 10101 101100 0 110011 100001111 11100 100110

Color Harmonies of #62467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62467C

Black with #62467C

Text Example


Text Example

White with #62467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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