Html Css Color HEX #622E8C Kingfisher Daisy

📋 copy color: '#622E8C'

red 98 ◦ green 46 ◦ blue 140

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

Shades of Kingfisher Daisy #622E8C

Tints of Kingfisher Daisy #622E8C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.2%

 BLUE value IS 140 (55.08% from 255) = 49.3%

R = 34.51%
G = 16.2%
B = 49.3%

CMYK

 C value IS 0.3

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#622E8C (or 0x622E8C) is known color: Kingfisher Daisy. HEX triplet: 62, 2E and 8C. RGB value is (98,46,140). Sum of RGB (Red+Green+Blue) = 98+46+140=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #622E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622E8C is #9DD173. Grayscale: #474747. Windows color (decimal): -10342772 or 9186914. OLE color: 9186914.

HSL color Cylindrical-coordinate representation of color #622E8C: hue angle of 273.19º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622E8C is Cyan = 0.3, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 46 140 -
CMYK 0.3 0.67 0 0.45
HSL 273.19º 0.51% 0.36% -
HSV(B) 273.19º 0.67% 0.55% -
XYZ 10.75 6.44 25.49 -
YUV 72.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 98 46 140 0.3 0.67 0 0.45 273.19 0.51 0.36
Hex 62 2E 8C 1E 43 0 2D 111 33 24
Octal 142 56 214 36 103 0 55 421 63 44
Binary 1100010 101110 10001100 11110 1000011 0 101101 100010001 110011 100100

Color Harmonies of #622E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622E8C

Black with #622E8C

Text Example


Text Example

White with #622E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,46,140); }

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

background-color css

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

 a { background-color: rgb(98,46,140); }

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

border-color css

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

 span { border-color: rgb(98,46,140); }

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