Html Css Color HEX #622C85 Kingfisher Daisy

📋 copy color: '#622C85'

red 98 ◦ green 44 ◦ blue 133

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

Shades of Kingfisher Daisy #622C85

Tints of Kingfisher Daisy #622C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16%

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

R = 35.64%
G = 16%
B = 48.36%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#622C85 (or 0x622C85) is known color: Kingfisher Daisy. HEX triplet: 62, 2C and 85. RGB value is (98,44,133). Sum of RGB (Red+Green+Blue) = 98+44+133=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #622C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622C85 is #9DD37A. Grayscale: #454545. Windows color (decimal): -10343291 or 8727650. OLE color: 8727650.

HSL color Cylindrical-coordinate representation of color #622C85: hue angle of 276.4º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622C85 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 44 133 -
CMYK 0.26 0.67 0 0.48
HSL 276.4º 0.5% 0.35% -
HSV(B) 276.4º 0.67% 0.52% -
XYZ 10.17 6.09 22.83 -
YUV 70.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 98 44 133 0.26 0.67 0 0.48 276.4 0.5 0.35
Hex 62 2C 85 1A 43 0 30 114 32 23
Octal 142 54 205 32 103 0 60 424 62 43
Binary 1100010 101100 10000101 11010 1000011 0 110000 100010100 110010 100011

Color Harmonies of #622C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622C85

Black with #622C85

Text Example


Text Example

White with #622C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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