Html Css Color HEX #622286 Kingfisher Daisy

📋 copy color: '#622286'

red 98 ◦ green 34 ◦ blue 134

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

Shades of Kingfisher Daisy #622286

Tints of Kingfisher Daisy #622286

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 134 (52.73% from 255) = 50.38%

R = 36.84%
G = 12.78%
B = 50.38%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#622286 (or 0x622286) is known color: Kingfisher Daisy. HEX triplet: 62, 22 and 86. RGB value is (98,34,134). Sum of RGB (Red+Green+Blue) = 98+34+134=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #622286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622286 is #9DDD79. Grayscale: #404040. Windows color (decimal): -10345850 or 8790626. OLE color: 8790626.

HSL color Cylindrical-coordinate representation of color #622286: hue angle of 278.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #622286 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 34 134 -
CMYK 0.27 0.75 0 0.47
HSL 278.4º 0.6% 0.33% -
HSV(B) 278.4º 0.75% 0.53% -
XYZ 9.91 5.46 23.09 -
YUV 64.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 98 34 134 0.27 0.75 0 0.47 278.4 0.6 0.33
Hex 62 22 86 1B 4B 0 2F 116 3C 21
Octal 142 42 206 33 113 0 57 426 74 41
Binary 1100010 100010 10000110 11011 1001011 0 101111 100010110 111100 100001

Color Harmonies of #622286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622286

Black with #622286

Text Example


Text Example

White with #622286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622286; }

 p { color: rgb(98,34,134); }

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

background-color css

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

 a { background-color: rgb(98,34,134); }

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

border-color css

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

 span { border-color: rgb(98,34,134); }

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