Html Css Color HEX #62338C Kingfisher Daisy

📋 copy color: '#62338C'

red 98 ◦ green 51 ◦ blue 140

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

Shades of Kingfisher Daisy #62338C

Tints of Kingfisher Daisy #62338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 33.91%
G = 17.65%
B = 48.44%

CMYK

 C value IS 0.3

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62338C (or 0x62338C) is known color: Kingfisher Daisy. HEX triplet: 62, 33 and 8C. RGB value is (98,51,140). Sum of RGB (Red+Green+Blue) = 98+51+140=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #62338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62338C is #9DCC73. Grayscale: #4A4A4A. Windows color (decimal): -10341492 or 9188194. OLE color: 9188194.

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

Color convert

RGB 98 51 140 -
CMYK 0.3 0.64 0 0.45
HSL 271.69º 0.47% 0.37% -
HSV(B) 271.69º 0.64% 0.55% -
XYZ 10.95 6.86 25.56 -
YUV 75.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 98 51 140 0.3 0.64 0 0.45 271.69 0.47 0.37
Hex 62 33 8C 1E 40 0 2D 110 2F 25
Octal 142 63 214 36 100 0 55 420 57 45
Binary 1100010 110011 10001100 11110 1000000 0 101101 100010000 101111 100101

Color Harmonies of #62338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62338C

Black with #62338C

Text Example


Text Example

White with #62338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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