Html Css Color HEX #62469C Daisy Bush

📋 copy color: '#62469C'

red 98 ◦ green 70 ◦ blue 156

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

Shades of Daisy Bush #62469C

Tints of Daisy Bush #62469C

RGB

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

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

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

R = 30.25%
G = 21.6%
B = 48.15%

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

#62469C (or 0x62469C) is known color: Daisy Bush. HEX triplet: 62, 46 and 9C. RGB value is (98,70,156). Sum of RGB (Red+Green+Blue) = 98+70+156=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #62469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62469C is #9DB963. Grayscale: #575757. Windows color (decimal): -10336612 or 10241634. OLE color: 10241634.

HSL color Cylindrical-coordinate representation of color #62469C: hue angle of 259.53º 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 #62469C is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 70 156 -
CMYK 0.37 0.55 0 0.39
HSL 259.53º 0.38% 0.44% -
HSV(B) 259.53º 0.55% 0.61% -
XYZ 13.23 9.38 32.57 -
YUV 88.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 98 70 156 0.37 0.55 0 0.39 259.53 0.38 0.44
Hex 62 46 9C 25 37 0 27 104 26 2C
Octal 142 106 234 45 67 0 47 404 46 54
Binary 1100010 1000110 10011100 100101 110111 0 100111 100000100 100110 101100

Color Harmonies of #62469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62469C

Black with #62469C

Text Example


Text Example

White with #62469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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