Html Css Color HEX #62469A Daisy Bush

📋 copy color: '#62469A'

red 98 ◦ green 70 ◦ blue 154

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

Shades of Daisy Bush #62469A

Tints of Daisy Bush #62469A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.83%

R = 30.43%
G = 21.74%
B = 47.83%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#62469A (or 0x62469A) is known color: Daisy Bush. HEX triplet: 62, 46 and 9A. RGB value is (98,70,154). Sum of RGB (Red+Green+Blue) = 98+70+154=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #62469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62469A is #9DB965. Grayscale: #575757. Windows color (decimal): -10336614 or 10110562. OLE color: 10110562.

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

Color convert

RGB 98 70 154 -
CMYK 0.36 0.55 0 0.40
HSL 260º 0.38% 0.44% -
HSV(B) 260º 0.55% 0.6% -
XYZ 13.06 9.31 31.68 -
YUV 87.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 98 70 154 0.36 0.55 0 0.40 260 0.38 0.44
Hex 62 46 9A 24 37 0 28 104 26 2C
Octal 142 106 232 44 67 0 50 404 46 54
Binary 1100010 1000110 10011010 100100 110111 0 101000 100000100 100110 101100

Color Harmonies of #62469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62469A

Black with #62469A

Text Example


Text Example

White with #62469A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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