Html Css Color HEX #622682 Kingfisher Daisy

📋 copy color: '#622682'

red 98 ◦ green 38 ◦ blue 130

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

Shades of Kingfisher Daisy #622682

Tints of Kingfisher Daisy #622682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

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

R = 36.84%
G = 14.29%
B = 48.87%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#622682 (or 0x622682) is known color: Kingfisher Daisy. HEX triplet: 62, 26 and 82. RGB value is (98,38,130). Sum of RGB (Red+Green+Blue) = 98+38+130=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #622682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622682 is #9DD97D. Grayscale: #424242. Windows color (decimal): -10344830 or 8529506. OLE color: 8529506.

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

Color convert

RGB 98 38 130 -
CMYK 0.25 0.71 0 0.49
HSL 279.13º 0.55% 0.33% -
HSV(B) 279.13º 0.71% 0.51% -
XYZ 9.76 5.59 21.68 -
YUV 66.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 98 38 130 0.25 0.71 0 0.49 279.13 0.55 0.33
Hex 62 26 82 19 47 0 31 117 37 21
Octal 142 46 202 31 107 0 61 427 67 41
Binary 1100010 100110 10000010 11001 1000111 0 110001 100010111 110111 100001

Color Harmonies of #622682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622682

Black with #622682

Text Example


Text Example

White with #622682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622682; }

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

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

background-color css

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

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

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

border-color css

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

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

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