Html Css Color HEX #62277D Kingfisher Daisy

📋 copy color: '#62277D'

red 98 ◦ green 39 ◦ blue 125

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

Shades of Kingfisher Daisy #62277D

Tints of Kingfisher Daisy #62277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.89%

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

R = 37.4%
G = 14.89%
B = 47.71%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62277D (or 0x62277D) is known color: Kingfisher Daisy. HEX triplet: 62, 27 and 7D. RGB value is (98,39,125). Sum of RGB (Red+Green+Blue) = 98+39+125=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #62277D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62277D is #9DD882. Grayscale: #424242. Windows color (decimal): -10344579 or 8202082. OLE color: 8202082.

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

Color convert

RGB 98 39 125 -
CMYK 0.22 0.69 0 0.51
HSL 281.16º 0.52% 0.32% -
HSV(B) 281.16º 0.69% 0.49% -
XYZ 9.46 5.53 19.97 -
YUV 66.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 98 39 125 0.22 0.69 0 0.51 281.16 0.52 0.32
Hex 62 27 7D 16 45 0 33 119 34 20
Octal 142 47 175 26 105 0 63 431 64 40
Binary 1100010 100111 1111101 10110 1000101 0 110011 100011001 110100 100000

Color Harmonies of #62277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62277D

Black with #62277D

Text Example


Text Example

White with #62277D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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