Html Css Color HEX #622096 Kingfisher Daisy

📋 copy color: '#622096'

red 98 ◦ green 32 ◦ blue 150

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

Shades of Kingfisher Daisy #622096

Tints of Kingfisher Daisy #622096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 35%
G = 11.43%
B = 53.57%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#622096 (or 0x622096) is known color: Kingfisher Daisy. HEX triplet: 62, 20 and 96. RGB value is (98,32,150). Sum of RGB (Red+Green+Blue) = 98+32+150=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #622096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622096 is #9DDF69. Grayscale: #404040. Windows color (decimal): -10346346 or 9838690. OLE color: 9838690.

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

Color convert

RGB 98 32 150 -
CMYK 0.35 0.79 0 0.41
HSL 273.56º 0.65% 0.36% -
HSV(B) 273.56º 0.79% 0.59% -
XYZ 11.06 5.83 29.4 -
YUV 65.19 175.87 151.41 -
System Red Green Blue C M Y K H S L
Decimal 98 32 150 0.35 0.79 0 0.41 273.56 0.65 0.36
Hex 62 20 96 23 4F 0 29 112 41 24
Octal 142 40 226 43 117 0 51 422 101 44
Binary 1100010 100000 10010110 100011 1001111 0 101001 100010010 1000001 100100

Color Harmonies of #622096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622096

Black with #622096

Text Example


Text Example

White with #622096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622096; }

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

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

background-color css

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

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

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

border-color css

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

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

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