Html Css Color HEX #622B88 Kingfisher Daisy

📋 copy color: '#622B88'

red 98 ◦ green 43 ◦ blue 136

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

Shades of Kingfisher Daisy #622B88

Tints of Kingfisher Daisy #622B88

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.52%

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

R = 35.38%
G = 15.52%
B = 49.1%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#622B88 (or 0x622B88) is known color: Kingfisher Daisy. HEX triplet: 62, 2B and 88. RGB value is (98,43,136). Sum of RGB (Red+Green+Blue) = 98+43+136=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #622B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622B88 is #9DD477. Grayscale: #454545. Windows color (decimal): -10343544 or 8924002. OLE color: 8924002.

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

Color convert

RGB 98 43 136 -
CMYK 0.28 0.68 0 0.47
HSL 275.48º 0.52% 0.35% -
HSV(B) 275.48º 0.68% 0.53% -
XYZ 10.34 6.1 23.93 -
YUV 70.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 98 43 136 0.28 0.68 0 0.47 275.48 0.52 0.35
Hex 62 2B 88 1C 44 0 2F 113 34 23
Octal 142 53 210 34 104 0 57 423 64 43
Binary 1100010 101011 10001000 11100 1000100 0 101111 100010011 110100 100011

Color Harmonies of #622B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622B88

Black with #622B88

Text Example


Text Example

White with #622B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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