Html Css Color HEX #62278C Kingfisher Daisy

📋 copy color: '#62278C'

red 98 ◦ green 39 ◦ blue 140

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

Shades of Kingfisher Daisy #62278C

Tints of Kingfisher Daisy #62278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 35.38%
G = 14.08%
B = 50.54%

CMYK

 C value IS 0.3

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62278C (or 0x62278C) is known color: Kingfisher Daisy. HEX triplet: 62, 27 and 8C. RGB value is (98,39,140). Sum of RGB (Red+Green+Blue) = 98+39+140=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #62278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62278C is #9DD873. Grayscale: #434343. Windows color (decimal): -10344564 or 9185122. OLE color: 9185122.

HSL color Cylindrical-coordinate representation of color #62278C: hue angle of 275.05º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62278C is Cyan = 0.3, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 39 140 -
CMYK 0.3 0.72 0 0.45
HSL 275.05º 0.56% 0.35% -
HSV(B) 275.05º 0.72% 0.55% -
XYZ 10.5 5.94 25.4 -
YUV 68.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 98 39 140 0.3 0.72 0 0.45 275.05 0.56 0.35
Hex 62 27 8C 1E 48 0 2D 113 38 23
Octal 142 47 214 36 110 0 55 423 70 43
Binary 1100010 100111 10001100 11110 1001000 0 101101 100010011 111000 100011

Color Harmonies of #62278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62278C

Black with #62278C

Text Example


Text Example

White with #62278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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