Html Css Color HEX #622082 Kingfisher Daisy

📋 copy color: '#622082'

red 98 ◦ green 32 ◦ blue 130

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

Shades of Kingfisher Daisy #622082

Tints of Kingfisher Daisy #622082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

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

R = 37.69%
G = 12.31%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#622082 (or 0x622082) is known color: Kingfisher Daisy. HEX triplet: 62, 20 and 82. RGB value is (98,32,130). Sum of RGB (Red+Green+Blue) = 98+32+130=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #622082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622082 is #9DDF7D. Grayscale: #3E3E3E. Windows color (decimal): -10346366 or 8527970. OLE color: 8527970.

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

Color convert

RGB 98 32 130 -
CMYK 0.25 0.75 0 0.49
HSL 280.41º 0.6% 0.32% -
HSV(B) 280.41º 0.75% 0.51% -
XYZ 9.58 5.24 21.63 -
YUV 62.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 98 32 130 0.25 0.75 0 0.49 280.41 0.6 0.32
Hex 62 20 82 19 4B 0 31 118 3C 20
Octal 142 40 202 31 113 0 61 430 74 40
Binary 1100010 100000 10000010 11001 1001011 0 110001 100011000 111100 100000

Color Harmonies of #622082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622082

Black with #622082

Text Example


Text Example

White with #622082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622082; }

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

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

background-color css

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

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

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

border-color css

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

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

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