Html Css Color HEX #622C90 Kingfisher Daisy

📋 copy color: '#622C90'

red 98 ◦ green 44 ◦ blue 144

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

Shades of Kingfisher Daisy #622C90

Tints of Kingfisher Daisy #622C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

 BLUE value IS 144 (56.64% from 255) = 50.35%

R = 34.27%
G = 15.38%
B = 50.35%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#622C90 (or 0x622C90) is known color: Kingfisher Daisy. HEX triplet: 62, 2C and 90. RGB value is (98,44,144). Sum of RGB (Red+Green+Blue) = 98+44+144=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #622C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622C90 is #9DD36F. Grayscale: #474747. Windows color (decimal): -10343280 or 9448546. OLE color: 9448546.

HSL color Cylindrical-coordinate representation of color #622C90: hue angle of 272.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #622C90 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 44 144 -
CMYK 0.32 0.69 0 0.44
HSL 272.4º 0.53% 0.37% -
HSV(B) 272.4º 0.69% 0.56% -
XYZ 10.97 6.41 27.04 -
YUV 71.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 98 44 144 0.32 0.69 0 0.44 272.4 0.53 0.37
Hex 62 2C 90 20 45 0 2C 110 35 25
Octal 142 54 220 40 105 0 54 420 65 45
Binary 1100010 101100 10010000 100000 1000101 0 101100 100010000 110101 100101

Color Harmonies of #622C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622C90

Black with #622C90

Text Example


Text Example

White with #622C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,44,144); }

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

background-color css

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

 a { background-color: rgb(98,44,144); }

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

border-color css

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

 span { border-color: rgb(98,44,144); }

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