Html Css Color HEX #62348B Kingfisher Daisy

📋 copy color: '#62348B'

red 98 ◦ green 52 ◦ blue 139

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

Shades of Kingfisher Daisy #62348B

Tints of Kingfisher Daisy #62348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 33.91%
G = 17.99%
B = 48.1%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62348B (or 0x62348B) is known color: Kingfisher Daisy. HEX triplet: 62, 34 and 8B. RGB value is (98,52,139). Sum of RGB (Red+Green+Blue) = 98+52+139=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #62348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62348B is #9DCB74. Grayscale: #4B4B4B. Windows color (decimal): -10341237 or 9122914. OLE color: 9122914.

HSL color Cylindrical-coordinate representation of color #62348B: hue angle of 271.72º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62348B is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 52 139 -
CMYK 0.29 0.63 0 0.45
HSL 271.72º 0.46% 0.37% -
HSV(B) 271.72º 0.63% 0.55% -
XYZ 10.93 6.92 25.19 -
YUV 75.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 98 52 139 0.29 0.63 0 0.45 271.72 0.46 0.37
Hex 62 34 8B 1D 3F 0 2D 110 2E 25
Octal 142 64 213 35 77 0 55 420 56 45
Binary 1100010 110100 10001011 11101 111111 0 101101 100010000 101110 100101

Color Harmonies of #62348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62348B

Black with #62348B

Text Example


Text Example

White with #62348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62348B; }

 p { color: rgb(98,52,139); }

 H1.HeaderClassName
 {
   color: #62348B;
 }
 .AnyTagClassName
 {
   color: #62348B;
 }
</style>

background-color css

<style>
 a { background-color: #62348B; }

 a { background-color: rgb(98,52,139); }

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

border-color css

<style>
 span { border-color: #62348B; }

 span { border-color: rgb(98,52,139); }

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