Html Css Color HEX #621985 Kingfisher Daisy

📋 copy color: '#621985'

red 98 ◦ green 25 ◦ blue 133

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

Shades of Kingfisher Daisy #621985

Tints of Kingfisher Daisy #621985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.77%

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

R = 38.28%
G = 9.77%
B = 51.95%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#621985 (or 0x621985) is known color: Kingfisher Daisy. HEX triplet: 62, 19 and 85. RGB value is (98,25,133). Sum of RGB (Red+Green+Blue) = 98+25+133=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #621985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621985 is #9DE67A. Grayscale: #3A3A3A. Windows color (decimal): -10348155 or 8722786. OLE color: 8722786.

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

Color convert

RGB 98 25 133 -
CMYK 0.26 0.81 0 0.48
HSL 280.56º 0.68% 0.31% -
HSV(B) 280.56º 0.81% 0.52% -
XYZ 9.62 4.99 22.65 -
YUV 59.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 98 25 133 0.26 0.81 0 0.48 280.56 0.68 0.31
Hex 62 19 85 1A 51 0 30 119 44 1F
Octal 142 31 205 32 121 0 60 431 104 37
Binary 1100010 11001 10000101 11010 1010001 0 110000 100011001 1000100 11111

Color Harmonies of #621985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621985

Black with #621985

Text Example


Text Example

White with #621985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621985; }

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

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

background-color css

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

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

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

border-color css

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

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

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