Html Css Color HEX #623482 Kingfisher Daisy

📋 copy color: '#623482'

red 98 ◦ green 52 ◦ blue 130

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

Shades of Kingfisher Daisy #623482

Tints of Kingfisher Daisy #623482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.57%

 BLUE value IS 130 (51.17% from 255) = 46.43%

R = 35%
G = 18.57%
B = 46.43%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#623482 (or 0x623482) is known color: Kingfisher Daisy. HEX triplet: 62, 34 and 82. RGB value is (98,52,130). Sum of RGB (Red+Green+Blue) = 98+52+130=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #623482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623482 is #9DCB7D. Grayscale: #4A4A4A. Windows color (decimal): -10341246 or 8533090. OLE color: 8533090.

HSL color Cylindrical-coordinate representation of color #623482: hue angle of 275.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #623482 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 52 130 -
CMYK 0.25 0.60 0 0.49
HSL 275.38º 0.43% 0.36% -
HSV(B) 275.38º 0.6% 0.51% -
XYZ 10.29 6.66 21.86 -
YUV 74.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 98 52 130 0.25 0.60 0 0.49 275.38 0.43 0.36
Hex 62 34 82 19 3C 0 31 113 2B 24
Octal 142 64 202 31 74 0 61 423 53 44
Binary 1100010 110100 10000010 11001 111100 0 110001 100010011 101011 100100

Color Harmonies of #623482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623482

Black with #623482

Text Example


Text Example

White with #623482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623482; }

 p { color: rgb(98,52,130); }

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

background-color css

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

 a { background-color: rgb(98,52,130); }

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

border-color css

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

 span { border-color: rgb(98,52,130); }

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