Html Css Color HEX #622690 Kingfisher Daisy

📋 copy color: '#622690'

red 98 ◦ green 38 ◦ blue 144

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

Shades of Kingfisher Daisy #622690

Tints of Kingfisher Daisy #622690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

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

R = 35%
G = 13.57%
B = 51.43%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#622690 (or 0x622690) is known color: Kingfisher Daisy. HEX triplet: 62, 26 and 90. RGB value is (98,38,144). Sum of RGB (Red+Green+Blue) = 98+38+144=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #622690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622690 is #9DD96F. Grayscale: #434343. Windows color (decimal): -10344816 or 9447010. OLE color: 9447010.

HSL color Cylindrical-coordinate representation of color #622690: hue angle of 273.96º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #622690 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 38 144 -
CMYK 0.32 0.74 0 0.44
HSL 273.96º 0.58% 0.36% -
HSV(B) 273.96º 0.74% 0.56% -
XYZ 10.76 6 26.98 -
YUV 68.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 98 38 144 0.32 0.74 0 0.44 273.96 0.58 0.36
Hex 62 26 90 20 4A 0 2C 112 3A 24
Octal 142 46 220 40 112 0 54 422 72 44
Binary 1100010 100110 10010000 100000 1001010 0 101100 100010010 111010 100100

Color Harmonies of #622690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622690

Black with #622690

Text Example


Text Example

White with #622690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622690; }

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

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

background-color css

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

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

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

border-color css

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

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

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