Html Css Color HEX #622196 Kingfisher Daisy

📋 copy color: '#622196'

red 98 ◦ green 33 ◦ blue 150

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

Shades of Kingfisher Daisy #622196

Tints of Kingfisher Daisy #622196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

 BLUE value IS 150 (58.98% from 255) = 53.38%

R = 34.88%
G = 11.74%
B = 53.38%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#622196 (or 0x622196) is known color: Kingfisher Daisy. HEX triplet: 62, 21 and 96. RGB value is (98,33,150). Sum of RGB (Red+Green+Blue) = 98+33+150=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #622196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622196 is #9DDE69. Grayscale: #414141. Windows color (decimal): -10346090 or 9838946. OLE color: 9838946.

HSL color Cylindrical-coordinate representation of color #622196: hue angle of 273.33º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622196 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 33 150 -
CMYK 0.35 0.78 0 0.41
HSL 273.33º 0.64% 0.36% -
HSV(B) 273.33º 0.78% 0.59% -
XYZ 11.09 5.89 29.41 -
YUV 65.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 98 33 150 0.35 0.78 0 0.41 273.33 0.64 0.36
Hex 62 21 96 23 4E 0 29 111 40 24
Octal 142 41 226 43 116 0 51 421 100 44
Binary 1100010 100001 10010110 100011 1001110 0 101001 100010001 1000000 100100

Color Harmonies of #622196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622196

Black with #622196

Text Example


Text Example

White with #622196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622196; }

 p { color: rgb(98,33,150); }

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

background-color css

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

 a { background-color: rgb(98,33,150); }

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

border-color css

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

 span { border-color: rgb(98,33,150); }

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