Html Css Color HEX #622882 Kingfisher Daisy

📋 copy color: '#622882'

red 98 ◦ green 40 ◦ blue 130

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

Shades of Kingfisher Daisy #622882

Tints of Kingfisher Daisy #622882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.51%

R = 36.57%
G = 14.93%
B = 48.51%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#622882 (or 0x622882) is known color: Kingfisher Daisy. HEX triplet: 62, 28 and 82. RGB value is (98,40,130). Sum of RGB (Red+Green+Blue) = 98+40+130=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #622882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622882 is #9DD77D. Grayscale: #434343. Windows color (decimal): -10344318 or 8530018. OLE color: 8530018.

HSL color Cylindrical-coordinate representation of color #622882: hue angle of 278.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #622882 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 40 130 -
CMYK 0.25 0.69 0 0.49
HSL 278.67º 0.53% 0.33% -
HSV(B) 278.67º 0.69% 0.51% -
XYZ 9.83 5.73 21.71 -
YUV 67.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 98 40 130 0.25 0.69 0 0.49 278.67 0.53 0.33
Hex 62 28 82 19 45 0 31 117 35 21
Octal 142 50 202 31 105 0 61 427 65 41
Binary 1100010 101000 10000010 11001 1000101 0 110001 100010111 110101 100001

Color Harmonies of #622882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622882

Black with #622882

Text Example


Text Example

White with #622882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622882; }

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

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

background-color css

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

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

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

border-color css

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

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

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