Html Css Color HEX #62267D Kingfisher Daisy

📋 copy color: '#62267D'

red 98 ◦ green 38 ◦ blue 125

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

Shades of Kingfisher Daisy #62267D

Tints of Kingfisher Daisy #62267D

RGB

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

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

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

R = 37.55%
G = 14.56%
B = 47.89%

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

#62267D (or 0x62267D) is known color: Kingfisher Daisy. HEX triplet: 62, 26 and 7D. RGB value is (98,38,125). Sum of RGB (Red+Green+Blue) = 98+38+125=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #62267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62267D is #9DD982. Grayscale: #414141. Windows color (decimal): -10344835 or 8201826. OLE color: 8201826.

HSL color Cylindrical-coordinate representation of color #62267D: hue angle of 281.38º degrees, saturation: 0.53, 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 #62267D is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 38 125 -
CMYK 0.22 0.70 0 0.51
HSL 281.38º 0.53% 0.32% -
HSV(B) 281.38º 0.7% 0.49% -
XYZ 9.43 5.46 19.96 -
YUV 65.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 98 38 125 0.22 0.70 0 0.51 281.38 0.53 0.32
Hex 62 26 7D 16 46 0 33 119 35 20
Octal 142 46 175 26 106 0 63 431 65 40
Binary 1100010 100110 1111101 10110 1000110 0 110011 100011001 110101 100000

Color Harmonies of #62267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62267D

Black with #62267D

Text Example


Text Example

White with #62267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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