Html Css Color HEX #622888 Kingfisher Daisy

📋 copy color: '#622888'

red 98 ◦ green 40 ◦ blue 136

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

Shades of Kingfisher Daisy #622888

Tints of Kingfisher Daisy #622888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

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

R = 35.77%
G = 14.6%
B = 49.64%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#622888 (or 0x622888) is known color: Kingfisher Daisy. HEX triplet: 62, 28 and 88. RGB value is (98,40,136). Sum of RGB (Red+Green+Blue) = 98+40+136=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #622888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622888 is #9DD777. Grayscale: #434343. Windows color (decimal): -10344312 or 8923234. OLE color: 8923234.

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

Color convert

RGB 98 40 136 -
CMYK 0.28 0.71 0 0.47
HSL 276.25º 0.55% 0.35% -
HSV(B) 276.25º 0.71% 0.53% -
XYZ 10.24 5.89 23.89 -
YUV 68.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 98 40 136 0.28 0.71 0 0.47 276.25 0.55 0.35
Hex 62 28 88 1C 47 0 2F 114 37 23
Octal 142 50 210 34 107 0 57 424 67 43
Binary 1100010 101000 10001000 11100 1000111 0 101111 100010100 110111 100011

Color Harmonies of #622888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622888

Black with #622888

Text Example


Text Example

White with #622888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622888; }

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

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

background-color css

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

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

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

border-color css

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

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

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