Html Css Color HEX #622988 Kingfisher Daisy

📋 copy color: '#622988'

red 98 ◦ green 41 ◦ blue 136

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

Shades of Kingfisher Daisy #622988

Tints of Kingfisher Daisy #622988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.91%

 BLUE value IS 136 (53.52% from 255) = 49.45%

R = 35.64%
G = 14.91%
B = 49.45%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#622988 (or 0x622988) is known color: Kingfisher Daisy. HEX triplet: 62, 29 and 88. RGB value is (98,41,136). Sum of RGB (Red+Green+Blue) = 98+41+136=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #622988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622988 is #9DD677. Grayscale: #444444. Windows color (decimal): -10344056 or 8923490. OLE color: 8923490.

HSL color Cylindrical-coordinate representation of color #622988: hue angle of 276º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #622988 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 41 136 -
CMYK 0.28 0.70 0 0.47
HSL 276º 0.54% 0.35% -
HSV(B) 276º 0.7% 0.53% -
XYZ 10.27 5.96 23.9 -
YUV 68.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 98 41 136 0.28 0.70 0 0.47 276 0.54 0.35
Hex 62 29 88 1C 46 0 2F 114 36 23
Octal 142 51 210 34 106 0 57 424 66 43
Binary 1100010 101001 10001000 11100 1000110 0 101111 100010100 110110 100011

Color Harmonies of #622988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622988

Black with #622988

Text Example


Text Example

White with #622988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622988; }

 p { color: rgb(98,41,136); }

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

background-color css

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

 a { background-color: rgb(98,41,136); }

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

border-color css

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

 span { border-color: rgb(98,41,136); }

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