Html Css Color HEX #622F90 Kingfisher Daisy

📋 copy color: '#622F90'

red 98 ◦ green 47 ◦ blue 144

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

Shades of Kingfisher Daisy #622F90

Tints of Kingfisher Daisy #622F90

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

 BLUE value IS 144 (56.64% from 255) = 49.83%

R = 33.91%
G = 16.26%
B = 49.83%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#622F90 (or 0x622F90) is known color: Kingfisher Daisy. HEX triplet: 62, 2F and 90. RGB value is (98,47,144). Sum of RGB (Red+Green+Blue) = 98+47+144=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #622F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622F90 is #9DD06F. Grayscale: #484848. Windows color (decimal): -10342512 or 9449314. OLE color: 9449314.

HSL color Cylindrical-coordinate representation of color #622F90: hue angle of 271.55º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622F90 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 47 144 -
CMYK 0.32 0.67 0 0.44
HSL 271.55º 0.51% 0.37% -
HSV(B) 271.55º 0.67% 0.56% -
XYZ 11.09 6.64 27.08 -
YUV 73.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 98 47 144 0.32 0.67 0 0.44 271.55 0.51 0.37
Hex 62 2F 90 20 43 0 2C 110 33 25
Octal 142 57 220 40 103 0 54 420 63 45
Binary 1100010 101111 10010000 100000 1000011 0 101100 100010000 110011 100101

Color Harmonies of #622F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622F90

Black with #622F90

Text Example


Text Example

White with #622F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,47,144); }

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

background-color css

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

 a { background-color: rgb(98,47,144); }

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

border-color css

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

 span { border-color: rgb(98,47,144); }

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