Html Css Color HEX #62438D Daisy Bush

📋 copy color: '#62438D'

red 98 ◦ green 67 ◦ blue 141

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

Shades of Daisy Bush #62438D

Tints of Daisy Bush #62438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 32.03%
G = 21.9%
B = 46.08%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62438D (or 0x62438D) is known color: Daisy Bush. HEX triplet: 62, 43 and 8D. RGB value is (98,67,141). Sum of RGB (Red+Green+Blue) = 98+67+141=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #62438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62438D is #9DBC72. Grayscale: #545454. Windows color (decimal): -10337395 or 9257826. OLE color: 9257826.

HSL color Cylindrical-coordinate representation of color #62438D: hue angle of 265.14º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62438D is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 67 141 -
CMYK 0.30 0.52 0 0.45
HSL 265.14º 0.36% 0.41% -
HSV(B) 265.14º 0.52% 0.55% -
XYZ 11.85 8.53 26.22 -
YUV 84.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 98 67 141 0.30 0.52 0 0.45 265.14 0.36 0.41
Hex 62 43 8D 1E 34 0 2D 109 24 29
Octal 142 103 215 36 64 0 55 411 44 51
Binary 1100010 1000011 10001101 11110 110100 0 101101 100001001 100100 101001

Color Harmonies of #62438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62438D

Black with #62438D

Text Example


Text Example

White with #62438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,67,141); }

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

background-color css

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

 a { background-color: rgb(98,67,141); }

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

border-color css

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

 span { border-color: rgb(98,67,141); }

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