Html Css Color HEX #62418B Daisy Bush

📋 copy color: '#62418B'

red 98 ◦ green 65 ◦ blue 139

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

Shades of Daisy Bush #62418B

Tints of Daisy Bush #62418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.03%

R = 32.45%
G = 21.52%
B = 46.03%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62418B (or 0x62418B) is known color: Daisy Bush. HEX triplet: 62, 41 and 8B. RGB value is (98,65,139). Sum of RGB (Red+Green+Blue) = 98+65+139=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #62418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62418B is #9DBE74. Grayscale: #535353. Windows color (decimal): -10337909 or 9126242. OLE color: 9126242.

HSL color Cylindrical-coordinate representation of color #62418B: hue angle of 266.76º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62418B is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 65 139 -
CMYK 0.29 0.53 0 0.45
HSL 266.76º 0.36% 0.4% -
HSV(B) 266.76º 0.53% 0.55% -
XYZ 11.59 8.24 25.41 -
YUV 83.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 98 65 139 0.29 0.53 0 0.45 266.76 0.36 0.4
Hex 62 41 8B 1D 35 0 2D 10B 24 28
Octal 142 101 213 35 65 0 55 413 44 50
Binary 1100010 1000001 10001011 11101 110101 0 101101 100001011 100100 101000

Color Harmonies of #62418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62418B

Black with #62418B

Text Example


Text Example

White with #62418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62418B; }

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

 H1.HeaderClassName
 {
   color: #62418B;
 }
 .AnyTagClassName
 {
   color: #62418B;
 }
</style>

background-color css

<style>
 a { background-color: #62418B; }

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

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

border-color css

<style>
 span { border-color: #62418B; }

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

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