Html Css Color HEX #622185 Kingfisher Daisy

📋 copy color: '#622185'

red 98 ◦ green 33 ◦ blue 133

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

Shades of Kingfisher Daisy #622185

Tints of Kingfisher Daisy #622185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.5%

 BLUE value IS 133 (52.34% from 255) = 50.38%

R = 37.12%
G = 12.5%
B = 50.38%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#622185 (or 0x622185) is known color: Kingfisher Daisy. HEX triplet: 62, 21 and 85. RGB value is (98,33,133). Sum of RGB (Red+Green+Blue) = 98+33+133=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #622185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622185 is #9DDE7A. Grayscale: #3F3F3F. Windows color (decimal): -10346107 or 8724834. OLE color: 8724834.

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

Color convert

RGB 98 33 133 -
CMYK 0.26 0.75 0 0.48
HSL 279º 0.6% 0.33% -
HSV(B) 279º 0.75% 0.52% -
XYZ 9.81 5.38 22.71 -
YUV 63.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 98 33 133 0.26 0.75 0 0.48 279 0.6 0.33
Hex 62 21 85 1A 4B 0 30 117 3C 21
Octal 142 41 205 32 113 0 60 427 74 41
Binary 1100010 100001 10000101 11010 1001011 0 110000 100010111 111100 100001

Color Harmonies of #622185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622185

Black with #622185

Text Example


Text Example

White with #622185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622185; }

 p { color: rgb(98,33,133); }

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

background-color css

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

 a { background-color: rgb(98,33,133); }

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

border-color css

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

 span { border-color: rgb(98,33,133); }

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