Html Css Color HEX #624682 Kingfisher Daisy

📋 copy color: '#624682'

red 98 ◦ green 70 ◦ blue 130

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

Shades of Kingfisher Daisy #624682

Tints of Kingfisher Daisy #624682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

 BLUE value IS 130 (51.17% from 255) = 43.62%

R = 32.89%
G = 23.49%
B = 43.62%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#624682 (or 0x624682) is known color: Kingfisher Daisy. HEX triplet: 62, 46 and 82. RGB value is (98,70,130). Sum of RGB (Red+Green+Blue) = 98+70+130=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #624682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624682 is #9DB97D. Grayscale: #545454. Windows color (decimal): -10336638 or 8537698. OLE color: 8537698.

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

Color convert

RGB 98 70 130 -
CMYK 0.25 0.46 0 0.49
HSL 268º 0.3% 0.39% -
HSV(B) 268º 0.46% 0.51% -
XYZ 11.26 8.59 22.18 -
YUV 85.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 98 70 130 0.25 0.46 0 0.49 268 0.3 0.39
Hex 62 46 82 19 2E 0 31 10C 1E 27
Octal 142 106 202 31 56 0 61 414 36 47
Binary 1100010 1000110 10000010 11001 101110 0 110001 100001100 11110 100111

Color Harmonies of #624682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624682

Black with #624682

Text Example


Text Example

White with #624682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624682; }

 p { color: rgb(98,70,130); }

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

background-color css

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

 a { background-color: rgb(98,70,130); }

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

border-color css

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

 span { border-color: rgb(98,70,130); }

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