Html Css Color HEX #612683 Kingfisher Daisy

📋 copy color: '#612683'

red 97 ◦ green 38 ◦ blue 131

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

Shades of Kingfisher Daisy #612683

Tints of Kingfisher Daisy #612683

RGB

 RED value IS 97 (38.28% from 255) = 36.47%

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

 BLUE value IS 131 (51.56% from 255) = 49.25%

R = 36.47%
G = 14.29%
B = 49.25%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#612683 (or 0x612683) is known color: Kingfisher Daisy. HEX triplet: 61, 26 and 83. RGB value is (97,38,131). Sum of RGB (Red+Green+Blue) = 97+38+131=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #612683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612683 is #9ED97C. Grayscale: #414141. Windows color (decimal): -10410365 or 8595041. OLE color: 8595041.

HSL color Cylindrical-coordinate representation of color #612683: hue angle of 278.06º 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 #612683 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 38 131 -
CMYK 0.26 0.71 0 0.49
HSL 278.06º 0.55% 0.33% -
HSV(B) 278.06º 0.71% 0.51% -
XYZ 9.72 5.57 22.03 -
YUV 66.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 97 38 131 0.26 0.71 0 0.49 278.06 0.55 0.33
Hex 61 26 83 1A 47 0 31 116 37 21
Octal 141 46 203 32 107 0 61 426 67 41
Binary 1100001 100110 10000011 11010 1000111 0 110001 100010110 110111 100001

Color Harmonies of #612683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612683

Black with #612683

Text Example


Text Example

White with #612683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612683; }

 p { color: rgb(97,38,131); }

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

background-color css

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

 a { background-color: rgb(97,38,131); }

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

border-color css

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

 span { border-color: rgb(97,38,131); }

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