Html Css Color HEX #624680 Kingfisher Daisy

📋 copy color: '#624680'

red 98 ◦ green 70 ◦ blue 128

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

Shades of Kingfisher Daisy #624680

Tints of Kingfisher Daisy #624680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.24%

R = 33.11%
G = 23.65%
B = 43.24%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#624680 (or 0x624680) is known color: Kingfisher Daisy. HEX triplet: 62, 46 and 80. RGB value is (98,70,128). Sum of RGB (Red+Green+Blue) = 98+70+128=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #624680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624680 is #9DB97F. Grayscale: #545454. Windows color (decimal): -10336640 or 8406626. OLE color: 8406626.

HSL color Cylindrical-coordinate representation of color #624680: hue angle of 268.97º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #624680 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 70 128 -
CMYK 0.23 0.45 0 0.50
HSL 268.97º 0.29% 0.39% -
HSV(B) 268.97º 0.45% 0.5% -
XYZ 11.12 8.54 21.48 -
YUV 84.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 98 70 128 0.23 0.45 0 0.50 268.97 0.29 0.39
Hex 62 46 80 17 2D 0 32 10D 1D 27
Octal 142 106 200 27 55 0 62 415 35 47
Binary 1100010 1000110 10000000 10111 101101 0 110010 100001101 11101 100111

Color Harmonies of #624680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624680

Black with #624680

Text Example


Text Example

White with #624680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624680; }

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

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

background-color css

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

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

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

border-color css

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

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

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