Html Css Color HEX #62267C Kingfisher Daisy

📋 copy color: '#62267C'

red 98 ◦ green 38 ◦ blue 124

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

Shades of Kingfisher Daisy #62267C

Tints of Kingfisher Daisy #62267C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.69%

R = 37.69%
G = 14.62%
B = 47.69%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62267C (or 0x62267C) is known color: Kingfisher Daisy. HEX triplet: 62, 26 and 7C. RGB value is (98,38,124). Sum of RGB (Red+Green+Blue) = 98+38+124=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #62267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62267C is #9DD983. Grayscale: #414141. Windows color (decimal): -10344836 or 8136290. OLE color: 8136290.

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

Color convert

RGB 98 38 124 -
CMYK 0.21 0.69 0 0.51
HSL 281.86º 0.53% 0.32% -
HSV(B) 281.86º 0.69% 0.49% -
XYZ 9.37 5.44 19.62 -
YUV 65.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 98 38 124 0.21 0.69 0 0.51 281.86 0.53 0.32
Hex 62 26 7C 15 45 0 33 11A 35 20
Octal 142 46 174 25 105 0 63 432 65 40
Binary 1100010 100110 1111100 10101 1000101 0 110011 100011010 110101 100000

Color Harmonies of #62267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62267C

Black with #62267C

Text Example


Text Example

White with #62267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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