Html Css Color HEX #622396 Kingfisher Daisy

📋 copy color: '#622396'

red 98 ◦ green 35 ◦ blue 150

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

Shades of Kingfisher Daisy #622396

Tints of Kingfisher Daisy #622396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

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

R = 34.63%
G = 12.37%
B = 53%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#622396 (or 0x622396) is known color: Kingfisher Daisy. HEX triplet: 62, 23 and 96. RGB value is (98,35,150). Sum of RGB (Red+Green+Blue) = 98+35+150=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #622396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622396 is #9DDC69. Grayscale: #424242. Windows color (decimal): -10345578 or 9839458. OLE color: 9839458.

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

Color convert

RGB 98 35 150 -
CMYK 0.35 0.77 0 0.41
HSL 272.87º 0.62% 0.36% -
HSV(B) 272.87º 0.77% 0.59% -
XYZ 11.14 6 29.43 -
YUV 66.95 174.87 150.15 -
System Red Green Blue C M Y K H S L
Decimal 98 35 150 0.35 0.77 0 0.41 272.87 0.62 0.36
Hex 62 23 96 23 4D 0 29 111 3E 24
Octal 142 43 226 43 115 0 51 421 76 44
Binary 1100010 100011 10010110 100011 1001101 0 101001 100010001 111110 100100

Color Harmonies of #622396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622396

Black with #622396

Text Example


Text Example

White with #622396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622396; }

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

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

background-color css

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

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

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

border-color css

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

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

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