Html Css Color HEX #62358C Kingfisher Daisy

📋 copy color: '#62358C'

red 98 ◦ green 53 ◦ blue 140

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

Shades of Kingfisher Daisy #62358C

Tints of Kingfisher Daisy #62358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

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

R = 33.68%
G = 18.21%
B = 48.11%

CMYK

 C value IS 0.3

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62358C (or 0x62358C) is known color: Kingfisher Daisy. HEX triplet: 62, 35 and 8C. RGB value is (98,53,140). Sum of RGB (Red+Green+Blue) = 98+53+140=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #62358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62358C is #9DCA73. Grayscale: #4C4C4C. Windows color (decimal): -10340980 or 9188706. OLE color: 9188706.

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

Color convert

RGB 98 53 140 -
CMYK 0.3 0.62 0 0.45
HSL 271.03º 0.45% 0.38% -
HSV(B) 271.03º 0.62% 0.55% -
XYZ 11.04 7.04 25.59 -
YUV 76.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 98 53 140 0.3 0.62 0 0.45 271.03 0.45 0.38
Hex 62 35 8C 1E 3E 0 2D 10F 2D 26
Octal 142 65 214 36 76 0 55 417 55 46
Binary 1100010 110101 10001100 11110 111110 0 101101 100001111 101101 100110

Color Harmonies of #62358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62358C

Black with #62358C

Text Example


Text Example

White with #62358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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