Html Css Color HEX #62499C Daisy Bush

📋 copy color: '#62499C'

red 98 ◦ green 73 ◦ blue 156

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

Shades of Daisy Bush #62499C

Tints of Daisy Bush #62499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

 BLUE value IS 156 (61.33% from 255) = 47.71%

R = 29.97%
G = 22.32%
B = 47.71%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62499C (or 0x62499C) is known color: Daisy Bush. HEX triplet: 62, 49 and 9C. RGB value is (98,73,156). Sum of RGB (Red+Green+Blue) = 98+73+156=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #62499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62499C is #9DB663. Grayscale: #595959. Windows color (decimal): -10335844 or 10242402. OLE color: 10242402.

HSL color Cylindrical-coordinate representation of color #62499C: hue angle of 258.07º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62499C is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 73 156 -
CMYK 0.37 0.53 0 0.39
HSL 258.07º 0.36% 0.45% -
HSV(B) 258.07º 0.53% 0.61% -
XYZ 13.42 9.76 32.63 -
YUV 89.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 98 73 156 0.37 0.53 0 0.39 258.07 0.36 0.45
Hex 62 49 9C 25 35 0 27 102 24 2D
Octal 142 111 234 45 65 0 47 402 44 55
Binary 1100010 1001001 10011100 100101 110101 0 100111 100000010 100100 101101

Color Harmonies of #62499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62499C

Black with #62499C

Text Example


Text Example

White with #62499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,73,156); }

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

background-color css

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

 a { background-color: rgb(98,73,156); }

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

border-color css

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

 span { border-color: rgb(98,73,156); }

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