Html Css Color HEX #62258C Kingfisher Daisy

📋 copy color: '#62258C'

red 98 ◦ green 37 ◦ blue 140

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

Shades of Kingfisher Daisy #62258C

Tints of Kingfisher Daisy #62258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 35.64%
G = 13.45%
B = 50.91%

CMYK

 C value IS 0.3

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62258C (or 0x62258C) is known color: Kingfisher Daisy. HEX triplet: 62, 25 and 8C. RGB value is (98,37,140). Sum of RGB (Red+Green+Blue) = 98+37+140=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #62258C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62258C is #9DDA73. Grayscale: #424242. Windows color (decimal): -10345076 or 9184610. OLE color: 9184610.

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

Color convert

RGB 98 37 140 -
CMYK 0.3 0.74 0 0.45
HSL 275.53º 0.58% 0.35% -
HSV(B) 275.53º 0.74% 0.55% -
XYZ 10.43 5.81 25.38 -
YUV 66.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 98 37 140 0.3 0.74 0 0.45 275.53 0.58 0.35
Hex 62 25 8C 1E 4A 0 2D 114 3A 23
Octal 142 45 214 36 112 0 55 424 72 43
Binary 1100010 100101 10001100 11110 1001010 0 101101 100010100 111010 100011

Color Harmonies of #62258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62258C

Black with #62258C

Text Example


Text Example

White with #62258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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