#62469C

Color #62469C Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #62469C

Tints of Daisy Bush #62469C

Color information

#62469C (or 0x62469C) is unknown color: approx 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

RGB9870156-
CMYK0.370.5500.39
HSL259.53º38.05%44.31%-
HSV(B)259.53º55.13%61.18%-
XYZ13.239.3832.57-
YUV88.18166.28135.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.25%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 156 (61.33% from 255) = 48.15%
R=30.25%
G=21.60%
B=48.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98701560.370.5500.39259.5338.0544.31
Hex62469C2537027104262c
Octal14210623445670474044654
Binary11000101000110100111001001011101110100111100000100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>