Html Css Color HEX #62469B Daisy Bush

📋 copy color: '#62469B'

red 98 ◦ green 70 ◦ blue 155

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

Shades of Daisy Bush #62469B

Tints of Daisy Bush #62469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.99%

R = 30.34%
G = 21.67%
B = 47.99%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62469B (or 0x62469B) is known color: Daisy Bush. HEX triplet: 62, 46 and 9B. RGB value is (98,70,155). Sum of RGB (Red+Green+Blue) = 98+70+155=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #62469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62469B is #9DB964. Grayscale: #575757. Windows color (decimal): -10336613 or 10176098. OLE color: 10176098.

HSL color Cylindrical-coordinate representation of color #62469B: hue angle of 259.76º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62469B is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 70 155 -
CMYK 0.37 0.55 0 0.39
HSL 259.76º 0.38% 0.44% -
HSV(B) 259.76º 0.55% 0.61% -
XYZ 13.14 9.34 32.12 -
YUV 88.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 98 70 155 0.37 0.55 0 0.39 259.76 0.38 0.44
Hex 62 46 9B 25 37 0 27 104 26 2C
Octal 142 106 233 45 67 0 47 404 46 54
Binary 1100010 1000110 10011011 100101 110111 0 100111 100000100 100110 101100

Color Harmonies of #62469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62469B

Black with #62469B

Text Example


Text Example

White with #62469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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