Html Css Color HEX #622B84 Kingfisher Daisy

📋 copy color: '#622B84'

red 98 ◦ green 43 ◦ blue 132

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

Shades of Kingfisher Daisy #622B84

Tints of Kingfisher Daisy #622B84

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.75%

 BLUE value IS 132 (51.95% from 255) = 48.35%

R = 35.9%
G = 15.75%
B = 48.35%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#622B84 (or 0x622B84) is known color: Kingfisher Daisy. HEX triplet: 62, 2B and 84. RGB value is (98,43,132). Sum of RGB (Red+Green+Blue) = 98+43+132=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #622B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622B84 is #9DD47B. Grayscale: #454545. Windows color (decimal): -10343548 or 8661858. OLE color: 8661858.

HSL color Cylindrical-coordinate representation of color #622B84: hue angle of 277.08º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622B84 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 43 132 -
CMYK 0.26 0.67 0 0.48
HSL 277.08º 0.51% 0.34% -
HSV(B) 277.08º 0.67% 0.52% -
XYZ 10.07 5.99 22.46 -
YUV 69.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 98 43 132 0.26 0.67 0 0.48 277.08 0.51 0.34
Hex 62 2B 84 1A 43 0 30 115 33 22
Octal 142 53 204 32 103 0 60 425 63 42
Binary 1100010 101011 10000100 11010 1000011 0 110000 100010101 110011 100010

Color Harmonies of #622B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622B84

Black with #622B84

Text Example


Text Example

White with #622B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622B84; }

 p { color: rgb(98,43,132); }

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

background-color css

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

 a { background-color: rgb(98,43,132); }

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

border-color css

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

 span { border-color: rgb(98,43,132); }

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