Html Css Color HEX #624280 Kingfisher Daisy

📋 copy color: '#624280'

red 98 ◦ green 66 ◦ blue 128

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

Shades of Kingfisher Daisy #624280

Tints of Kingfisher Daisy #624280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

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

R = 33.56%
G = 22.6%
B = 43.84%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#624280 (or 0x624280) is known color: Kingfisher Daisy. HEX triplet: 62, 42 and 80. RGB value is (98,66,128). Sum of RGB (Red+Green+Blue) = 98+66+128=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #624280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624280 is #9DBD7F. Grayscale: #525252. Windows color (decimal): -10337664 or 8405602. OLE color: 8405602.

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

Color convert

RGB 98 66 128 -
CMYK 0.23 0.48 0 0.50
HSL 270.97º 0.32% 0.38% -
HSV(B) 270.97º 0.48% 0.5% -
XYZ 10.88 8.05 21.4 -
YUV 82.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 98 66 128 0.23 0.48 0 0.50 270.97 0.32 0.38
Hex 62 42 80 17 30 0 32 10F 20 26
Octal 142 102 200 27 60 0 62 417 40 46
Binary 1100010 1000010 10000000 10111 110000 0 110010 100001111 100000 100110

Color Harmonies of #624280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624280

Black with #624280

Text Example


Text Example

White with #624280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624280; }

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

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

background-color css

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

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

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

border-color css

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

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

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