Html Css Color HEX #62358D Kingfisher Daisy

📋 copy color: '#62358D'

red 98 ◦ green 53 ◦ blue 141

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

Shades of Kingfisher Daisy #62358D

Tints of Kingfisher Daisy #62358D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.29%

R = 33.56%
G = 18.15%
B = 48.29%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62358D (or 0x62358D) is known color: Kingfisher Daisy. HEX triplet: 62, 35 and 8D. RGB value is (98,53,141). Sum of RGB (Red+Green+Blue) = 98+53+141=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #62358D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62358D is #9DCA72. Grayscale: #4C4C4C. Windows color (decimal): -10340979 or 9254242. OLE color: 9254242.

HSL color Cylindrical-coordinate representation of color #62358D: hue angle of 270.68º 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 #62358D is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 53 141 -
CMYK 0.30 0.62 0 0.45
HSL 270.68º 0.45% 0.38% -
HSV(B) 270.68º 0.62% 0.55% -
XYZ 11.12 7.07 25.98 -
YUV 76.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 98 53 141 0.30 0.62 0 0.45 270.68 0.45 0.38
Hex 62 35 8D 1E 3E 0 2D 10F 2D 26
Octal 142 65 215 36 76 0 55 417 55 46
Binary 1100010 110101 10001101 11110 111110 0 101101 100001111 101101 100110

Color Harmonies of #62358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62358D

Black with #62358D

Text Example


Text Example

White with #62358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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