Html Css Color HEX #62257D Kingfisher Daisy

📋 copy color: '#62257D'

red 98 ◦ green 37 ◦ blue 125

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

Shades of Kingfisher Daisy #62257D

Tints of Kingfisher Daisy #62257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 37.69%
G = 14.23%
B = 48.08%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62257D (or 0x62257D) is known color: Kingfisher Daisy. HEX triplet: 62, 25 and 7D. RGB value is (98,37,125). Sum of RGB (Red+Green+Blue) = 98+37+125=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #62257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62257D is #9DDA82. Grayscale: #404040. Windows color (decimal): -10345091 or 8201570. OLE color: 8201570.

HSL color Cylindrical-coordinate representation of color #62257D: hue angle of 281.59º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62257D is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 37 125 -
CMYK 0.22 0.70 0 0.51
HSL 281.59º 0.54% 0.32% -
HSV(B) 281.59º 0.7% 0.49% -
XYZ 9.4 5.4 19.95 -
YUV 65.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 98 37 125 0.22 0.70 0 0.51 281.59 0.54 0.32
Hex 62 25 7D 16 46 0 33 11A 36 20
Octal 142 45 175 26 106 0 63 432 66 40
Binary 1100010 100101 1111101 10110 1000110 0 110011 100011010 110110 100000

Color Harmonies of #62257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62257D

Black with #62257D

Text Example


Text Example

White with #62257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62257D; }

 p { color: rgb(98,37,125); }

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

background-color css

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

 a { background-color: rgb(98,37,125); }

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

border-color css

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

 span { border-color: rgb(98,37,125); }

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