Html Css Color HEX #623280 Kingfisher Daisy

📋 copy color: '#623280'

red 98 ◦ green 50 ◦ blue 128

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

Shades of Kingfisher Daisy #623280

Tints of Kingfisher Daisy #623280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

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

R = 35.51%
G = 18.12%
B = 46.38%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#623280 (or 0x623280) is known color: Kingfisher Daisy. HEX triplet: 62, 32 and 80. RGB value is (98,50,128). Sum of RGB (Red+Green+Blue) = 98+50+128=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #623280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623280 is #9DCD7F. Grayscale: #484848. Windows color (decimal): -10341760 or 8401506. OLE color: 8401506.

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

Color convert

RGB 98 50 128 -
CMYK 0.23 0.61 0 0.50
HSL 276.92º 0.44% 0.35% -
HSV(B) 276.92º 0.61% 0.5% -
XYZ 10.07 6.44 21.13 -
YUV 73.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 98 50 128 0.23 0.61 0 0.50 276.92 0.44 0.35
Hex 62 32 80 17 3D 0 32 115 2C 23
Octal 142 62 200 27 75 0 62 425 54 43
Binary 1100010 110010 10000000 10111 111101 0 110010 100010101 101100 100011

Color Harmonies of #623280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623280

Black with #623280

Text Example


Text Example

White with #623280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623280; }

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

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

background-color css

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

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

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

border-color css

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

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

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