Html Css Color HEX #624481 Kingfisher Daisy

📋 copy color: '#624481'

red 98 ◦ green 68 ◦ blue 129

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

Shades of Kingfisher Daisy #624481

Tints of Kingfisher Daisy #624481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 33.22%
G = 23.05%
B = 43.73%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#624481 (or 0x624481) is known color: Kingfisher Daisy. HEX triplet: 62, 44 and 81. RGB value is (98,68,129). Sum of RGB (Red+Green+Blue) = 98+68+129=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #624481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624481 is #9DBB7E. Grayscale: #535353. Windows color (decimal): -10337151 or 8471650. OLE color: 8471650.

HSL color Cylindrical-coordinate representation of color #624481: hue angle of 269.51º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #624481 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 68 129 -
CMYK 0.24 0.47 0 0.49
HSL 269.51º 0.31% 0.39% -
HSV(B) 269.51º 0.47% 0.51% -
XYZ 11.07 8.32 21.79 -
YUV 83.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 98 68 129 0.24 0.47 0 0.49 269.51 0.31 0.39
Hex 62 44 81 18 2F 0 31 10E 1F 27
Octal 142 104 201 30 57 0 61 416 37 47
Binary 1100010 1000100 10000001 11000 101111 0 110001 100001110 11111 100111

Color Harmonies of #624481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624481

Black with #624481

Text Example


Text Example

White with #624481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624481; }

 p { color: rgb(98,68,129); }

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

background-color css

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

 a { background-color: rgb(98,68,129); }

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

border-color css

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

 span { border-color: rgb(98,68,129); }

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